Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dvscphy.c138 vscphy_read(struct vscphy_softc *sc, u_int reg) in vscphy_read() function
160 reg = vscphy_read(vsc, VSC8501_RGMII_CTRL_REG); in vsc8501_setup_rgmii()
189 reg = vscphy_read(vsc, VSC8501_EXTCTL1_REG); in vsc8501_reset()
261 status = vscphy_read(vsc, VSC8501_INT_STS); in vscphy_intr()
262 status &= vscphy_read(vsc, VSC8501_INT_MASK); in vscphy_intr()
303 (void)vscphy_read(vsc, VSC8501_INT_STS); in vscphy_attach()