Searched defs:data (Results 1 - 2 of 2) sorted by relevance
/k10sensor/src/ |
H A D | common.c | 5 * microarch, which provides reliable sensor data (with some exceptions - see 286 * Fill in thermtrip register relevant data. Depending on the architecture 294 uint32_t data = 0; local 300 PCI_GET32(pci_hdl, data, THERMTRIP_STATUS_REG, return;) 303 if (BITS(data, 5, 5)) { 327 offset = BITS(data, 28, 25) << 1; 338 offset = BITS(data, 14, 8); 351 offset = BITS(data, 28, 24) * -1000; 356 offset = BITS(data, 28, 24) * -1000; 359 offset = BITS(data, 1 393 uint32_t data = 0; local 428 uint32_t data = 0; local 499 uint32_t data = 0, val; local 573 uint32_t data = 0; local [all...] |
H A D | pciinspect.c | 131 uint32_t data = 0; local 149 data = 0; 151 pci_device_cfg_read_u32(devices[i], &data, op1); 152 convert(data, buf2); 176 data = BITX(op1, op2, op3); 177 convert(data << op3, buf2); 180 convert(data, buf2);
|
Completed in 9 milliseconds