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

/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dphy.h145 int (*readext)(struct phy_device *phydev, int addr, int devad, int reg); member in struct:phy_driver
H A Dphy.c525 if (drv->readext)
526 drv->readext += gd->reloc_off;
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dphy.h148 int (*readext)(struct phy_device *phydev, int addr, int devad, int reg); member in struct:phy_driver
H A Dphy.c567 if (drv->readext) {
568 drv->readext += gd->reloc_off;

Completed in 86 milliseconds