Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dphy_a.c84 static const u8 data_high[5] = { 0x00, 0x40, 0x80, 0x90, 0xD0 }; in b43_radio_set_tx_iq() local
91 if (tmp == (data_high[i] << 4 | data_low[j])) { in b43_radio_set_tx_iq()
/linux-3.4.99/drivers/net/wireless/b43legacy/
Dradio.c1748 static const u8 data_high[5] = { 0x00, 0x40, 0x80, 0x90, 0xD0 }; in b43legacy_radio_set_tx_iq() local
1756 if (tmp == (data_high[i] | data_low[j])) { in b43legacy_radio_set_tx_iq()
/linux-3.4.99/arch/x86/kvm/
Dvmx.c3786 u32 data_low, data_high; in vmx_vcpu_setup() local
3789 if (rdmsr_safe(index, &data_low, &data_high) < 0) in vmx_vcpu_setup()
3791 if (wrmsr_safe(index, data_low, data_high) < 0) in vmx_vcpu_setup()
/linux-3.4.99/drivers/staging/iio/addac/
Dadt7316.c215 u16 data_high; member