Home
last modified time | relevance | path

Searched refs:readext (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/net/phy/
H A Drealtek.c377 .readext = &rtl8211f_phy_extread,
390 .readext = &rtl8211f_phy_extread,
403 .readext = &rtl8211f_phy_extread,
H A Dmicrel_ksz90x1.c280 .readext = &ksz9021_phy_extread,
378 .readext = &ksz9031_phy_extread,
H A Dmarvell.c696 .readext = &m88e1xxx_phy_extread,
713 .readext = &m88e1xxx_phy_extread,
H A Dphy.c551 if (drv->readext) in phy_register()
552 drv->readext += gd->reloc_off; in phy_register()
/openbmc/u-boot/cmd/
H A Dmdio.c89 val = phydev->drv->readext(phydev, addr, in mdio_read_ranges()
230 (!phydev->drv->readext && (op[0] == 'r'))) { in do_mdio()
/openbmc/u-boot/include/
H A Dphy.h102 int (*readext)(struct phy_device *phydev, int addr, int devad, int reg); member