Home
last modified time | relevance | path

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

/NextBSD/sys/dev/my/
HDif_my.c366 u_int16_t phy_sts = 0; in my_autoneg_xmit() local
374 phy_sts = my_phy_readreg(sc, PHY_BMCR); in my_autoneg_xmit()
375 phy_sts |= PHY_BMCR_AUTONEGENBL | PHY_BMCR_AUTONEGRSTR; in my_autoneg_xmit()
376 my_phy_writereg(sc, PHY_BMCR, phy_sts); in my_autoneg_xmit()
397 u_int16_t phy_sts = 0, media, advert, ability; in my_autoneg_mii() local
414 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_autoneg_mii()
415 if (!(phy_sts & PHY_BMSR_CANAUTONEG)) { in my_autoneg_mii()
464 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_autoneg_mii()
809 u_int16_t phy_vid, phy_did, phy_sts = 0; in my_attach() local
911 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_attach()
[all …]