Lines Matching defs:pci_hdl
289 * @param pci_hdl handle to the PCI device to query.
293 fillThermtrip(PCI_HDL pci_hdl, cpu_vars_t *v) {
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)
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) {
469 PCI_GET32(pci_hdl, data, HW_THERMAL_CTRL_REG, return; )
493 * @param pci_hdl handle to the PCI device to query.
497 fillStc(PCI_HDL pci_hdl, cpu_vars_t *v)
514 PCI_GET32(pci_hdl, data,
562 * @param pci_hdl handle to the PCI device to query.
571 getControlTemp(PCI_HDL pci_hdl, cpu_vars_t *v, boolean_t core1)
576 PCI_GET32(pci_hdl, data, REPORTED_TEMPERATURE_REG, return 0;)
584 PCI_GET32(pci_hdl, data, THERMTRIP_STATUS_REG, return 0;)
594 PCI_PUT32(pci_hdl, data, THERMTRIP_STATUS_REG, return 0;)
595 PCI_GET32(pci_hdl, data, THERMTRIP_STATUS_REG, return 0;)
702 * @param pci_hdl handle to the PCI device to query.
707 dumpTctrl(char *buf, PCI_HDL pci_hdl, cpu_vars_t *v) {
718 t = getControlTemp(pci_hdl, v, 0);
722 t = getControlTemp(pci_hdl, v, 1);
727 t = getControlTemp(pci_hdl, v, 0);