Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dmdio.c91 val = phydev->drv->readext(phydev, addr, in mdio_read_ranges()
237 (!phydev->drv->readext && (op[0] == 'r'))) { in do_mdio()
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dmicrel_ksz90x1.c285 .readext = &ksz9021_phy_extread,
383 .readext = &ksz9031_phy_extread,
H A Dphy.c547 if (drv->readext) in phy_register()
548 drv->readext += gd->reloc_off; in phy_register()
/rk3399_rockchip-uboot/include/
H A Dphy.h102 int (*readext)(struct phy_device *phydev, int addr, int devad, int reg); member