/src/sys/external/isc/atheros_hal/dist/ar5210/ |
ar5210_keycache.c | 112 uint32_t key0, key1, key2, key3, key4; local in function:ar5210SetKeyCacheEntry 139 key4 = LE_READ_4(k->kv_val+12) ^ xorMask; 141 key4 &= 0xff; 153 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
|
ar5210_keycache.c | 112 uint32_t key0, key1, key2, key3, key4; local in function:ar5210SetKeyCacheEntry 139 key4 = LE_READ_4(k->kv_val+12) ^ xorMask; 141 key4 &= 0xff; 153 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
|
/src/sys/external/isc/atheros_hal/dist/ar5211/ |
ar5211_keycache.c | 119 uint32_t key0, key1, key2, key3, key4; local in function:ar5211SetKeyCacheEntry 160 key4 = LE_READ_4(k->kv_val+12) ^ xorMask; 162 key4 &= 0xff; 175 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
|
ar5211_keycache.c | 119 uint32_t key0, key1, key2, key3, key4; local in function:ar5211SetKeyCacheEntry 160 key4 = LE_READ_4(k->kv_val+12) ^ xorMask; 162 key4 &= 0xff; 175 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_keycache.c | 143 uint32_t key0, key1, key2, key3, key4; local in function:ar5212SetKeyCacheEntry 202 key4 = LE_READ_4(k->kv_val+12) ^ xorMask; 204 key4 &= 0xff; 225 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4); 279 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
|
ar5212_keycache.c | 143 uint32_t key0, key1, key2, key3, key4; local in function:ar5212SetKeyCacheEntry 202 key4 = LE_READ_4(k->kv_val+12) ^ xorMask; 204 key4 &= 0xff; 225 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4); 279 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
|