Home
last modified time | relevance | path

Searched refs:micentry (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c105 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(micentry), 0); in ar9300_reset_key_cache_entry()
106 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), 0); in ar9300_reset_key_cache_entry()
107 OS_REG_WRITE(ah, AR_KEYTABLE_KEY2(micentry), 0); in ar9300_reset_key_cache_entry()
108 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), 0); in ar9300_reset_key_cache_entry()
333 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(micentry), mic0); in ar9300_set_key_cache_entry()
338 OS_REG_WRITE(ah, AR_KEYTABLE_TYPE(micentry), in ar9300_set_key_cache_entry()
347 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), 0); in ar9300_set_key_cache_entry()
349 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), 0); in ar9300_set_key_cache_entry()
350 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(micentry), 0); in ar9300_set_key_cache_entry()
356 OS_REG_WRITE(ah, AR_KEYTABLE_MAC0(micentry), 0); in ar9300_set_key_cache_entry()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_keycache.c90 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(micentry), 0); in ar5212ResetKeyCacheEntry()
91 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), 0); in ar5212ResetKeyCacheEntry()
92 OS_REG_WRITE(ah, AR_KEYTABLE_KEY2(micentry), 0); in ar5212ResetKeyCacheEntry()
93 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), 0); in ar5212ResetKeyCacheEntry()
276 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(micentry), mic0); in ar5212SetKeyCacheEntry()
277 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), mic1); in ar5212SetKeyCacheEntry()
278 OS_REG_WRITE(ah, AR_KEYTABLE_KEY2(micentry), mic2); in ar5212SetKeyCacheEntry()
279 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), mic3); in ar5212SetKeyCacheEntry()
281 OS_REG_WRITE(ah, AR_KEYTABLE_TYPE(micentry), in ar5212SetKeyCacheEntry()
284 OS_REG_WRITE(ah, AR_KEYTABLE_MAC0(micentry), 0); in ar5212SetKeyCacheEntry()
[all …]
/freebsd/sys/contrib/dev/athk/
H A Dkey.c67 u16 micentry = entry + 64; in ath_hw_keyreset() local
69 REG_WRITE(ah, AR_KEYTABLE_KEY0(micentry), 0); in ath_hw_keyreset()
70 REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), 0); in ath_hw_keyreset()
71 REG_WRITE(ah, AR_KEYTABLE_KEY2(micentry), 0); in ath_hw_keyreset()
72 REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), 0); in ath_hw_keyreset()
74 REG_WRITE(ah, AR_KEYTABLE_KEY4(micentry), 0); in ath_hw_keyreset()
75 REG_WRITE(ah, AR_KEYTABLE_TYPE(micentry), in ath_hw_keyreset()
200 u16 micentry = entry + 64; in ath_hw_set_keycache_entry() local
255 REG_WRITE(ah, AR_KEYTABLE_TYPE(micentry), in ath_hw_set_keycache_entry()
294 REG_WRITE(ah, AR_KEYTABLE_TYPE(micentry), in ath_hw_set_keycache_entry()
[all …]