Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_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()
HDar9300_misc.c716 return (ahp->ah_misc_mode & AR_PCU_MIC_NEW_LOC_ENA) ? in ar9300_get_capability()
969 ahp->ah_misc_mode &= ~AR_PCU_MIC_NEW_LOC_ENA; in ar9300_set_capability()
971 ahp->ah_misc_mode |= AR_PCU_MIC_NEW_LOC_ENA; in ar9300_set_capability()
HDar9300reg.h1729 #define AR_PCU_MIC_NEW_LOC_ENA 0x00000004 // tx/rx mic key are together macro
HDar9300_attach.c2755 ahp->ah_misc_mode |= AR_PCU_MIC_NEW_LOC_ENA; in ar9300_fill_capability_info()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416reg.h511 #define AR_PCU_MIC_NEW_LOC_ENA 0x00000004 /* tx/rx mic keys together */ macro