Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210reg.h303 #define AR_STA_ID1_ADHOC 0x00020000 /* ad hoc Operation */ macro
Dar5210_reset.c320 | AR_STA_ID1_ADHOC in ar5210SetOperatingMode()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211reg.h762 #define AR_STA_ID1_ADHOC 0x00020000 /* Device is ad-hoc */ macro
Dar5211_reset.c2104 | AR_STA_ID1_ADHOC in ar5211SetOperatingMode()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212reg.h853 #define AR_STA_ID1_ADHOC 0x00020000 /* Device is ad-hoc */ macro
Dar5212_reset.c790 val &= ~(AR_STA_ID1_STA_AP | AR_STA_ID1_ADHOC); in ar5212SetOperatingMode()
798 OS_REG_WRITE(ah, AR_STA_ID1, val | AR_STA_ID1_ADHOC in ar5212SetOperatingMode()