Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Drgephy.c163 anar &= ~(RGEPHY_ANAR_PC | RGEPHY_ANAR_ASP | in rgephy_service()
200 RGEPHY_ANAR_PC | RGEPHY_ANAR_ASP; in rgephy_service()
212 anar &= ~RGEPHY_ANAR_ASP; in rgephy_service()
421 anar |= RGEPHY_ANAR_PC | RGEPHY_ANAR_ASP; in rgephy_mii_phy_auto()
H A Drgephyreg.h83 #define RGEPHY_ANAR_ASP 0x0800 /* Asymmetric Pause */ macro