Searched refs:PCI_PMCSR (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c766 uint16_t pmcsr_offset = pmcap_offset + PCI_PMCSR;
767 uint32_t *saved_pmcsrp = (uint32_t *)((caddr_t)regbuf + PCI_PMCSR);
1075 pmcsr = pci_config_get16(hdl, p->ppc_cap_offset + PCI_PMCSR);
1143 pci_config_put16(hdl, p->ppc_cap_offset + PCI_PMCSR,
1145 pci_config_put16(hdl, p->ppc_cap_offset + PCI_PMCSR,
1211 pci_config_put16(hdl, pmcap + PCI_PMCSR, pmcsr);
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_debug.c164 pci_config_get16(handle, offset + PCI_PMCSR));
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c1243 ppb->ppb_pm_cap_ptr, PCI_PMCSR)) == PCI_CAP_EINVAL16)
1320 ppb->ppb_pm_cap_ptr, PCI_PMCSR)) == PCI_CAP_EINVAL16)
1406 PCI_CAP_PUT16(ppb->ppb_conf_hdl, NULL, ppb->ppb_pm_cap_ptr, PCI_PMCSR,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h183 #define PCI_PMCSR 0x4 /* PM control/status reg, 2 bytes */ macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c289 pci_config_get16(handle, offset + PCI_PMCSR));
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c471 pci_config_get16(handle, offset + PCI_PMCSR));
/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c608 ptr += PCI_PMCSR;
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1199 pmcsr = pci_config_get16(dev->d_pcih, pm_cap + PCI_PMCSR);
1201 pci_config_put16(dev->d_pcih, pm_cap + PCI_PMCSR,
1755 pmcsr = pci_config_get16(dev->d_pcih, pm_cap + PCI_PMCSR);
1757 pci_config_put16(dev->d_pcih, pm_cap + PCI_PMCSR,
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h624 #define PCI_PMCSR 0x4 /* PM control/status reg, 2 bytes */ macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c1575 pwr_p->pwr_pmcsr_offset = cap_ptr + PCI_PMCSR;
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1841 pmcsr = pci_getw(bus, dev, func, cap_ptr + PCI_PMCSR);
1844 pci_putw(bus, dev, func, cap_ptr + PCI_PMCSR, pmcsr);
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c5318 pmcsr = pci_config_get32(conf_handle, pci_cap_ptr + PCI_PMCSR);
5333 pci_config_put32(conf_handle, pci_cap_ptr + PCI_PMCSR, pmcsr);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2086 PCI_PMCSR),
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4223 ahci_ctlp->ahcictl_pmcsr_offset = caps_ptr + PCI_PMCSR;
4234 "= 0x%x PCI_PMCSR = 0x%x", pmcap, pmcsr);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2101 csr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR) + PCI_PMCSR;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13092 mpt->m_pmcsr_offset = caps_ptr + PCI_PMCSR;

Completed in 184 milliseconds