Searched refs:macHi (Results 1 – 1 of 1) sorted by relevance
2662 uint32_t macHi, macLo; in ath9k_hw_keysetmac() local2671 macHi = (mac[5] << 8) | mac[4]; in ath9k_hw_keysetmac()2677 macLo |= (macHi & 1) << 31; in ath9k_hw_keysetmac()2678 macHi >>= 1; in ath9k_hw_keysetmac()2680 macLo = macHi = 0; in ath9k_hw_keysetmac()2683 REG_WRITE(ah, AR_KEYTABLE_MAC1(entry), macHi | AR_KEYTABLE_VALID); in ath9k_hw_keysetmac()