Searched refs:data_low (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/net/wireless/b43/ |
D | phy_a.c | 85 static const u8 data_low[5] = { 0x00, 0x01, 0x05, 0x06, 0x0A }; 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/ |
D | radio.c | 1749 static const u8 data_low[5] = { 0x00, 0x01, 0x05, 0x06, 0x0A }; 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/ |
D | vmx.c | 3786 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/ |
D | adt7316.c | 216 u16 data_low; member
|