Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/
Dkey.c89 u32 macHi, macLo; in ath_hw_keysetmac() local
110 macLo = get_unaligned_le32(mac); in ath_hw_keysetmac()
112 macLo >>= 1; in ath_hw_keysetmac()
113 macLo |= (macHi & 1) << 31; in ath_hw_keysetmac()
116 macLo = macHi = 0; in ath_hw_keysetmac()
120 REG_WRITE(ah, AR_KEYTABLE_MAC0(entry), macLo); in ath_hw_keysetmac()