Home
last modified time | relevance | path

Searched refs:macHi (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/
H A Dkey.c89 u32 macHi, macLo; in ath_hw_keysetmac() local
111 macHi = get_unaligned_le16(mac + 4); in ath_hw_keysetmac()
113 macLo |= (macHi & 1) << 31; in ath_hw_keysetmac()
114 macHi >>= 1; in ath_hw_keysetmac()
116 macLo = macHi = 0; in ath_hw_keysetmac()
121 REG_WRITE(ah, AR_KEYTABLE_MAC1(entry), macHi | unicast_flag); in ath_hw_keysetmac()