Searched refs:enetc_mdio_read (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/enetc/ |
H A D | enetc_mdio.h | 56 int enetc_mdio_read(struct resource*, int, int, int);
|
H A D | enetc_mdio.c | 64 enetc_mdio_read(struct resource *regs, int mdio_base, int phy, int reg) in enetc_mdio_read() function
|
H A D | if_enetc.c | 1433 val = enetc_mdio_read(sc->regs, ENETC_PORT_BASE + ENETC_EMDIO_BASE, in enetc_miibus_readreg()
|
/freebsd/sys/dev/etherswitch/felix/ |
H A D | felix.c | 795 return (enetc_mdio_read(sc->mdio, FELIX_MDIO_BASE, phy, reg)); in felix_readphy()
|