Searched refs:macHi (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
1535 macHi = (mac[5] << 8) | mac[4];
1541 macLo |= (macHi & 1) << 31;
1542 macHi >>= 1;
1544 macLo = macHi = 0;
1547 REG_WRITE(ah, AR_KEYTABLE_MAC1(entry), macHi | unicast_flag);

Completed in 35 milliseconds