Searched refs:micentry (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/ath/ |
D | key.c | 67 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 246 REG_WRITE(ah, AR_KEYTABLE_KEY0(micentry), mic0); in ath_hw_set_keycache_entry() 247 REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), mic1); in ath_hw_set_keycache_entry() [all …]
|