Home
last modified time | relevance | path

Searched refs:AR_PCU_MIC_NEW_LOC_ENA (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_keycache.c311 if (ahp->ah_misc_mode & AR_PCU_MIC_NEW_LOC_ENA) { in ar9300_set_key_cache_entry()
544 if (ahp->ah_misc_mode & AR_PCU_MIC_NEW_LOC_ENA) { in ar9300_check_key_cache_entry()
H A Dar9300_misc.c719 return (ahp->ah_misc_mode & AR_PCU_MIC_NEW_LOC_ENA) ? in ar9300_get_capability()
980 ahp->ah_misc_mode &= ~AR_PCU_MIC_NEW_LOC_ENA; in ar9300_set_capability()
982 ahp->ah_misc_mode |= AR_PCU_MIC_NEW_LOC_ENA; in ar9300_set_capability()
H A Dar9300reg.h1730 #define AR_PCU_MIC_NEW_LOC_ENA 0x00000004 // tx/rx mic key are together macro
H A Dar9300_attach.c2760 ahp->ah_misc_mode |= AR_PCU_MIC_NEW_LOC_ENA; in ar9300_fill_capability_info()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416reg.h511 #define AR_PCU_MIC_NEW_LOC_ENA 0x00000004 /* tx/rx mic keys together */ macro