/src/sys/external/isc/atheros_hal/dist/ar5210/ |
ar5210_keycache.c | 112 uint32_t key0, key1, key2, key3, key4; local in function:ar5210SetKeyCacheEntry 138 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff; 152 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3);
|
/src/sys/external/isc/atheros_hal/dist/ar5211/ |
ar5211_keycache.c | 119 uint32_t key0, key1, key2, key3, key4; local in function:ar5211SetKeyCacheEntry 159 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff; 174 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3);
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_keycache.c | 143 uint32_t key0, key1, key2, key3, key4; local in function:ar5212SetKeyCacheEntry 201 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff; 224 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); 278 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3);
|