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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_a.c66 static const u8 data_high[5] = { 0x00, 0x40, 0x80, 0x90, 0xD0 }; local
73 if (tmp == (data_high[i] << 4 | data_low[j])) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dradio.c1746 static const u8 data_high[5] = { 0x00, 0x40, 0x80, 0x90, 0xD0 }; local
1754 if (tmp == (data_high[i] | data_low[j])) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dvmx.c2634 u32 data_low, data_high; local
2637 if (rdmsr_safe(index, &data_low, &data_high) < 0)
2639 if (wrmsr_safe(index, data_low, data_high) < 0)

Completed in 75 milliseconds