Searched refs:micentry (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar5212_keycache.c | 87 uint16_t micentry = entry+64; /* MIC goes at slot+64 */ in ar5212ResetKeyCacheEntry() local 89 HALASSERT(micentry < AH_PRIVATE(ah)->ah_caps.halKeyCacheSize); in ar5212ResetKeyCacheEntry() 90 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() 213 uint16_t micentry = entry+64; /* MIC goes at slot+64 */ in ar5212SetKeyCacheEntry() local 260 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(micentry), mic0); in ar5212SetKeyCacheEntry() 261 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), mic1); in ar5212SetKeyCacheEntry() 262 OS_REG_WRITE(ah, AR_KEYTABLE_KEY2(micentry), mic2); in ar5212SetKeyCacheEntry() [all …]
|
| /netbsd-src/sys/dev/ic/ |
| H A D | athn.c | 1058 uintptr_t entry, micentry; in athn_set_key() local 1099 micentry = entry + 64; in athn_set_key() 1100 AR_WRITE(sc, AR_KEYTABLE_KEY0(micentry), LE_READ_4(&rxmic[0])); in athn_set_key() 1101 AR_WRITE(sc, AR_KEYTABLE_KEY1(micentry), LE_READ_2(&txmic[2])); in athn_set_key() 1103 AR_WRITE(sc, AR_KEYTABLE_KEY2(micentry), LE_READ_4(&rxmic[4])); in athn_set_key() 1104 AR_WRITE(sc, AR_KEYTABLE_KEY3(micentry), LE_READ_2(&txmic[0])); in athn_set_key() 1106 AR_WRITE(sc, AR_KEYTABLE_KEY4(micentry), LE_READ_4(&txmic[4])); in athn_set_key() 1107 AR_WRITE(sc, AR_KEYTABLE_TYPE(micentry), AR_KEYTABLE_TYPE_CLR); in athn_set_key()
|