Home
last modified time | relevance | path

Searched refs:bb_miiphy_read (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/include/
H A Dmiiphy.h85 int bb_miiphy_read(struct mii_dev *miidev, int addr, int devad, int reg);
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dhrcon.c167 mdiodev->read = bb_miiphy_read; in last_stage_init()
214 mdiodev->read = bb_miiphy_read; in last_stage_init()
H A Dstrider.c184 mdiodev->read = bb_miiphy_read; in last_stage_init()
267 mdiodev->read = bb_miiphy_read; in last_stage_init()
/openbmc/u-boot/drivers/net/phy/
H A Dmiiphybb.c232 int bb_miiphy_read(struct mii_dev *miidev, int addr, int devad, int reg) in bb_miiphy_read() function
/openbmc/u-boot/board/gdsys/a38x/
H A Dihs_phys.c114 mdiodev->read = bb_miiphy_read; in register_miiphy_bus()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c448 mdiodev->read = bb_miiphy_read; in fec_initialize()
/openbmc/u-boot/drivers/net/
H A Dsh_eth.c649 mdiodev->read = bb_miiphy_read; in sh_eth_initialize()
840 mdiodev->read = bb_miiphy_read; in sh_ether_probe()
H A Dravb.c498 mdiodev->read = bb_miiphy_read; in ravb_probe()
/openbmc/u-boot/drivers/qe/
H A Duec_phy.c180 (void)bb_miiphy_read(NULL, mii_id, regnum, &value); in uec_read_phy_reg()