Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_PM (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h159 #define PCI_CAP_ID_PM 0x01 /* Power Management */ macro
H A Dtg3.c3174 pm_cap = pci_find_capability(pdev, PCI_CAP_ID_PM); in tg3_probe()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c204 {PCI_CAP_ID_PM, 0, 0, PCI_PMCAP_NDWORDS, pci_generic_save},
690 if (cap_descp->cap_id == PCI_CAP_ID_PM)
858 if (cap_id == PCI_CAP_ID_PM) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h159 #define PCI_CAP_ID_PM 0x1 /* power management entry */
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h608 #define PCI_CAP_ID_PM 0x1 /* power management entry */ macro
/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c600 if (pci_config_get8(pcih, ptr + PCI_CAP_ID) == PCI_CAP_ID_PM) { in audiots_power_up()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c1054 if (PCI_CAP_LOCATE(cfg, PCI_CAP_ID_PM, &cap_ptr) == DDI_SUCCESS) { in ppt_reset_pci_power_state()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c1063 if ((PCI_CAP_LOCATE(conf_hdl, PCI_CAP_ID_PM, &ppb->ppb_pm_cap_ptr)) in ppb_pwr_setup()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c1870 if ((PCI_CAP_LOCATE(conf_hdl, PCI_CAP_ID_PM, &cap_ptr)) == in pcieb_pwr_setup()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1196 pm_cap = yge_find_capability(dev, PCI_CAP_ID_PM); in yge_attach()
1753 if ((pm_cap = yge_find_capability(dev, PCI_CAP_ID_PM)) != 0) { in yge_resume()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2090 if (hba->pci_cap_offset[PCI_CAP_ID_PM]) { in emlxs_power_up()
2094 hba->pci_cap_offset[PCI_CAP_ID_PM] + in emlxs_power_up()
H A Demlxs_hba.c55 {PCI_CAP_ID_PM, "PCI_CAP_ID_PM"},
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2212 if (cap_id == PCI_CAP_ID_PM) { in set_devpm_d0()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c4761 { PCI_CAP_ID_PM, "pcipm", "PCI Power Management",
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c5308 pci_cap_ptr = gem_search_pci_cap(dip, conf_handle, PCI_CAP_ID_PM); in gem_pci_set_power_state()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4322 case PCI_CAP_ID_PM: in ahci_config_space_init()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13413 case PCI_CAP_ID_PM: in mptsas_get_pci_cap()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1454 if (cap == PCI_CAP_ID_PM) { in ql_attach()