Searched refs:readext (Results 1 - 9 of 9) sorted by last modified time

/u-boot/drivers/net/phy/
H A Dxilinx_gmii2rgmii.c77 if (ext_phydev->drv->readext)
78 ext_phydev->drv->readext(ext_phydev, addr, devaddr, regnum);
143 .readext = xilinxgmiitorgmii_extread,
H A Drealtek.c445 .readext = &rtl8211f_phy_extread,
459 .readext = &rtl8211f_phy_extread,
H A Dmicrel_ksz90x1.c282 .readext = &ksz9021_phy_extread,
380 .readext = &ksz9031_phy_extread,
421 val = drv->readext(phydev, 0, KSZ9131RN_MMD_COMMON_CTRL_REG,
430 val = drv->readext(phydev, 0, KSZ9131RN_MMD_COMMON_CTRL_REG,
489 .readext = &ksz9031_phy_extread,
H A Dmarvell.c785 .readext = &m88e1xxx_phy_extread,
H A Ddp83869.c496 .readext = dp83869_readext,
H A Dadin.c275 .readext = adin_extread,
/u-boot/cmd/
H A Dmdio.c100 val = phydev->drv->readext(phydev, addr,
247 (!phydev->drv->readext && (op[0] == 'r'))) {
/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c455 val = phydev->drv->readext(phydev, MDIO_DEVAD_NONE, page, reg);
/u-boot/include/
H A Dphy.h120 int (*readext)(struct phy_device *phydev, int addr, int devad, int reg); member in struct:phy_driver

Completed in 155 milliseconds