Symbol: PCI_PMCSR
usr/src/uts/common/io/audio/drv/audiots/audiots.c
608
ptr += PCI_PMCSR;
usr/src/uts/common/io/e1000g/e1000g_debug.c
471
pci_config_get16(handle, offset + PCI_PMCSR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
2093
PCI_PMCSR),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2345
csr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR) + PCI_PMCSR;
usr/src/uts/common/io/igb/igb_debug.c
164
pci_config_get16(handle, offset + PCI_PMCSR));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
289
pci_config_get16(handle, offset + PCI_PMCSR));
usr/src/uts/common/io/pciex/pcieb.c
1880
pwr_p->pwr_pmcsr_offset = cap_ptr + PCI_PMCSR;
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
4328
ahci_ctlp->ahcictl_pmcsr_offset = caps_ptr + PCI_PMCSR;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
13434
mpt->m_pmcsr_offset = caps_ptr + PCI_PMCSR;
usr/src/uts/common/io/sfe/sfe_util.c
5312
pmcsr = pci_config_get32(conf_handle, pci_cap_ptr + PCI_PMCSR);
usr/src/uts/common/io/sfe/sfe_util.c
5327
pci_config_put32(conf_handle, pci_cap_ptr + PCI_PMCSR, pmcsr);
usr/src/uts/common/io/yge/yge.c
1199
pmcsr = pci_config_get16(dev->d_pcih, pm_cap + PCI_PMCSR);
usr/src/uts/common/io/yge/yge.c
1201
pci_config_put16(dev->d_pcih, pm_cap + PCI_PMCSR,
usr/src/uts/common/io/yge/yge.c
1755
pmcsr = pci_config_get16(dev->d_pcih, pm_cap + PCI_PMCSR);
usr/src/uts/common/io/yge/yge.c
1757
pci_config_put16(dev->d_pcih, pm_cap + PCI_PMCSR,
usr/src/uts/common/os/sunpci.c
1046
pci_config_put16(hdl, p->ppc_cap_offset + PCI_PMCSR,
usr/src/uts/common/os/sunpci.c
1048
pci_config_put16(hdl, p->ppc_cap_offset + PCI_PMCSR,
usr/src/uts/common/os/sunpci.c
1114
pci_config_put16(hdl, pmcap + PCI_PMCSR, pmcsr);
usr/src/uts/common/os/sunpci.c
668
uint16_t pmcsr_offset = pmcap_offset + PCI_PMCSR;
usr/src/uts/common/os/sunpci.c
669
uint32_t *saved_pmcsrp = (uint32_t *)((caddr_t)regbuf + PCI_PMCSR);
usr/src/uts/common/os/sunpci.c
978
pmcsr = pci_config_get16(hdl, p->ppc_cap_offset + PCI_PMCSR);
usr/src/uts/intel/io/pci/pci_boot.c
2218
pmcsr = pci_getw(bus, dev, func, cap_ptr + PCI_PMCSR);
usr/src/uts/intel/io/pci/pci_boot.c
2221
pci_putw(bus, dev, func, cap_ptr + PCI_PMCSR, pmcsr);
usr/src/uts/intel/io/vmm/io/ppt.c
1114
val = PCI_CAP_GET16(cfg, 0, cap_ptr, PCI_PMCSR);
usr/src/uts/intel/io/vmm/io/ppt.c
1117
(void) PCI_CAP_PUT16(cfg, 0, cap_ptr, PCI_PMCSR,
usr/src/uts/sun4u/io/pci/pci_pci.c
1243
ppb->ppb_pm_cap_ptr, PCI_PMCSR)) == PCI_CAP_EINVAL16)
usr/src/uts/sun4u/io/pci/pci_pci.c
1320
ppb->ppb_pm_cap_ptr, PCI_PMCSR)) == PCI_CAP_EINVAL16)
usr/src/uts/sun4u/io/pci/pci_pci.c
1406
PCI_CAP_PUT16(ppb->ppb_conf_hdl, 0, ppb->ppb_pm_cap_ptr, PCI_PMCSR,