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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/kvm/
H A Dvmx.c1200 u32 data_low, data_high; local
1204 if (rdmsr_safe(index, &data_low, &data_high) < 0)
1206 if (wrmsr_safe(index, data_low, data_high) < 0)
1208 data = data_low | ((u64)data_high << 32);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_radio.c1718 static const u8 data_low[5] = { 0x00, 0x01, 0x05, 0x06, 0x0A }; local
1724 if (tmp == (data_high[i] | data_low[j])) {

Completed in 156 milliseconds