Searched refs:AR_STA_ID1_STA_AP (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211reg.h750 #define AR_STA_ID1_STA_AP 0x00010000 /* Device is AP */ macro
H A Dar5211_reset.c2117 | AR_STA_ID1_STA_AP
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212reg.h851 #define AR_STA_ID1_STA_AP 0x00010000 /* Device is AP */ macro
H A Dar5212_reset.c809 val &= ~(AR_STA_ID1_STA_AP | AR_STA_ID1_ADHOC);
812 OS_REG_WRITE(ah, AR_STA_ID1, val | AR_STA_ID1_STA_AP
/netbsd-current/sys/dev/ic/
H A Dathnreg.h954 #define AR_STA_ID1_STA_AP 0x00010000 macro
H A Dathn.c2075 reg |= AR_STA_ID1_STA_AP | AR_STA_ID1_KSRCH_MODE;
2083 reg &= ~AR_STA_ID1_STA_AP;
2092 reg &= ~(AR_STA_ID1_ADHOC | AR_STA_ID1_STA_AP);

Completed in 175 milliseconds