Searched refs:key4 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_keycache.c112 uint32_t key0, key1, key2, key3, key4; local
139 key4 = LE_READ_4(k->kv_val+12) ^ xorMask;
141 key4 &= 0xff;
153 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_keycache.c119 uint32_t key0, key1, key2, key3, key4; local
160 key4 = LE_READ_4(k->kv_val+12) ^ xorMask;
162 key4 &= 0xff;
175 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_keycache.c160 uint32_t key0, key1, key2, key3, key4; local
219 key4 = LE_READ_4(k->kv_val+12) ^ xorMask;
221 key4 &= 0xff;
242 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
296 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c194 u_int32_t key0, key1, key2, key3, key4; local
261 key4 = LE_READ_4(k->kv_val + 12) ^ xor_mask;
263 key4 &= 0xff;
301 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
367 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
H A Dar9300_misc.c3105 u_int32_t key0, key1, key2, key3, key4; local
3118 key4 = OS_REG_READ(ah, AR_KEYTABLE_KEY4(entry));
3152 (key4 << 24) >> 24, (key4 << 16) >> 24,
3153 (key4 << 8) >> 24, key4 >> 24,
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dea3250.dts188 key4 {
/freebsd-10-stable/tools/tools/ath/athregs/
H A Ddumpregs.c671 u_int32_t key0, key1, key2, key3, key4; local
694 key4 = OS_REG_READ(ah, AR_KEYTABLE_KEY4(entry));
715 , (key4 >> 0) & 0xff
716 , (key4 >> 8) & 0xff
717 , (key4 >> 16) & 0xff
718 , (key4 >> 24) & 0xff

Completed in 144 milliseconds