HomeSort by relevance Sort by last modified time
    Searched refs:bb_miiphy_read (Results 1 - 9 of 9) sorted by null

  /external/u-boot/include/
miiphy.h 84 int bb_miiphy_read(struct mii_dev *miidev, int addr, int devad, int reg);
  /external/u-boot/board/gdsys/mpc8308/
hrcon.c 167 mdiodev->read = bb_miiphy_read;
214 mdiodev->read = bb_miiphy_read;
strider.c 184 mdiodev->read = bb_miiphy_read;
267 mdiodev->read = bb_miiphy_read;
  /external/u-boot/board/gdsys/a38x/
ihs_phys.c 114 mdiodev->read = bb_miiphy_read;
  /external/u-boot/drivers/net/phy/
miiphybb.c 232 int bb_miiphy_read(struct mii_dev *miidev, int addr, int devad, int reg) function
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
ether_fcc.c 448 mdiodev->read = bb_miiphy_read;
  /external/u-boot/drivers/net/
sh_eth.c 649 mdiodev->read = bb_miiphy_read;
840 mdiodev->read = bb_miiphy_read;
ravb.c 498 mdiodev->read = bb_miiphy_read;
  /external/u-boot/drivers/qe/
uec_phy.c 180 (void)bb_miiphy_read(NULL, mii_id, regnum, &value);

Completed in 804 milliseconds