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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhw.c1515 u32 macHi, macLo; local
1536 macLo = (mac[3] << 24) |
1540 macLo >>= 1;
1541 macLo |= (macHi & 1) << 31;
1544 macLo = macHi = 0;
1546 REG_WRITE(ah, AR_KEYTABLE_MAC0(entry), macLo);

Completed in 27 milliseconds