Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dlemac.c493 if ((data & (LEMAC_CTL_APD | LEMAC_CTL_PSL)) != sc->sc_ctlmode) { in lemac_reset()
494 data &= ~(LEMAC_CTL_APD | LEMAC_CTL_PSL); in lemac_reset()
789 case IFM_10_T: new_ctl = LEMAC_CTL_APD; break; in lemac_ifmedia_change()
791 case IFM_10_5: new_ctl = LEMAC_CTL_APD | LEMAC_CTL_PSL; break; in lemac_ifmedia_change()
817 if (sc->sc_ctlmode & LEMAC_CTL_APD) { in lemac_ifmedia_status()
Dlemacreg.h160 #define LEMAC_CTL_APD 0x80 /* Auto Port Disable */ macro