Searched refs:pci_hdl (Results 1 - 6 of 6) sorted by relevance
/k10sensor/src/ |
H A D | k10sensor.h | 131 void fillThermtrip(PCI_HDL pci_hdl, cpu_vars_t *v); 133 * Northbridge Capabilities register based on v->{pci_hdl, xfamilyModel} */ 134 void fillNBcapabilities(PCI_HDL pci_hdl, cpu_vars_t *v); 137 void fillHtc(PCI_HDL pci_hdl, cpu_vars_t *v); 140 void fillStc(PCI_HDL pci_hdl, cpu_vars_t *v); 143 int32_t getControlTemp(PCI_HDL pci_hdl, cpu_vars_t *v, boolean_t core1); 147 char *dumpTctrl(char *buf, PCI_HDL pci_hdl, cpu_vars_t *v);
|
H A D | k10s_kstats.h | 43 PCI_HDL pci_hdl; member in struct:k10sensor
|
H A D | k10sensor_info.c | 86 PCI_HDL pci_hdl; local 134 while ((pci_hdl = pci_device_next(iter)) != NULL) { 135 cv->chipId = pci_hdl->dev - 0x18; 136 fillThermtrip(pci_hdl, cv); 137 fillNBcapabilities(pci_hdl, cv); 138 fillHtc(pci_hdl, cv); 139 fillStc(pci_hdl, cv); 143 dumpTctrl(str, pci_hdl, cv);
|
H A D | k10sensor.c | 235 fillNBcapabilities(k10p->pci_hdl, v); 236 fillThermtrip(k10p->pci_hdl, v); 237 fillHtc(k10p->pci_hdl, v); 238 fillStc(k10p->pci_hdl, v); 252 if (k10p->pci_hdl) { 253 pci_config_teardown(&k10p->pci_hdl); 294 if (pci_config_setup(dip, &k10p->pci_hdl) != DDI_SUCCESS) { 403 dumpTctrl(str, k10p->pci_hdl, k10p->v); 448 t[0] = getControlTemp(k10p->pci_hdl, v, 0); 451 t[1] = getControlTemp(k10p->pci_hdl, [all...] |
H A D | common.c | 289 * @param pci_hdl handle to the PCI device to query. 293 fillThermtrip(PCI_HDL pci_hdl, cpu_vars_t *v) { argument 300 PCI_GET32(pci_hdl, data, THERMTRIP_STATUS_REG, return;) 387 * @param pci_hdl handle to the PCI device to query. 391 fillNBcapabilities(PCI_HDL pci_hdl, cpu_vars_t *v) argument 398 PCI_GET32(pci_hdl, data, NB_CAPABILITIES_REG, return;) 422 * @param pci_hdl handle to the PCI device to query. 427 fillHtc(PCI_HDL pci_hdl, cpu_vars_t *v) { argument 469 PCI_GET32(pci_hdl, data, HW_THERMAL_CTRL_REG, return; ) 493 * @param pci_hdl handl 497 fillStc(PCI_HDL pci_hdl, cpu_vars_t *v) argument 571 getControlTemp(PCI_HDL pci_hdl, cpu_vars_t *v, boolean_t core1) argument 707 dumpTctrl(char *buf, PCI_HDL pci_hdl, cpu_vars_t *v) argument [all...] |
H A D | k10s_kstats.c | 72 knp->value.i32 = getControlTemp(k10p->pci_hdl, k10p->v, n);
|
Completed in 13 milliseconds