Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mii/
HDrgephy.c162 anar &= ~(RGEPHY_ANAR_PC | RGEPHY_ANAR_ASP | in rgephy_service()
199 RGEPHY_ANAR_PC | RGEPHY_ANAR_ASP; in rgephy_service()
211 anar &= ~RGEPHY_ANAR_ASP; in rgephy_service()
414 anar |= RGEPHY_ANAR_PC | RGEPHY_ANAR_ASP; in rgephy_mii_phy_auto()
HDrgephyreg.h82 #define RGEPHY_ANAR_ASP 0x0800 /* Asymmetric Pause */ macro