Home
last modified time | relevance | path

Searched refs:IGPHY_READ (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/mii/
H A Digphy.c264 IGPHY_READ(sc, 0x2f5b, &reg); in igphy_load_dspcode()
326 IGPHY_READ(sc, IGPHY_ANALOG_SPARE_FUSE_STATUS, &fused); in igphy_reset()
328 IGPHY_READ(sc, IGPHY_ANALOG_FUSE_STATUS, &fused); in igphy_reset()
H A Digphyreg.h179 IGPHY_READ(struct mii_softc *sc, int reg, uint16_t *val) in IGPHY_READ() function