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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/qlcnic/
H A Dqlcnic_init.c1745 u32 mac_low, mac_high; local
1749 mac_high = QLCRD32(adapter, off2);
1752 mac_low |= (mac_low >> 16) | (mac_high << 16);
1753 mac_high >>= 16;
1757 mac[i] = (u8)(mac_high >> ((1 - i) * 8));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_init.c1745 u32 mac_low, mac_high; local
1749 mac_high = QLCRD32(adapter, off2);
1752 mac_low |= (mac_low >> 16) | (mac_high << 16);
1753 mac_high >>= 16;
1757 mac[i] = (u8)(mac_high >> ((1 - i) * 8));

Completed in 77 milliseconds