Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h159 #define PCI_CAP_ID_PM 0x1 /* power management entry */
/titanic_41/usr/src/uts/common/os/
H A Dsunpci.c302 {PCI_CAP_ID_PM, 0, 0, PCI_PMCAP_NDWORDS, pci_generic_save},
788 if (cap_descp->cap_id == PCI_CAP_ID_PM)
956 if (cap_id == PCI_CAP_ID_PM) {
/titanic_41/usr/src/uts/common/sys/
H A Dpci.h602 #define PCI_CAP_ID_PM 0x1 /* power management entry */ macro
/titanic_41/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()
/titanic_41/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()
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcieb.c1565 if ((PCI_CAP_LOCATE(conf_hdl, PCI_CAP_ID_PM, &cap_ptr)) == in pcieb_pwr_setup()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2081 if (hba->pci_cap_offset[PCI_CAP_ID_PM]) { in emlxs_power_up()
2085 hba->pci_cap_offset[PCI_CAP_ID_PM] + in emlxs_power_up()
H A Demlxs_hba.c53 {PCI_CAP_ID_PM, "PCI_CAP_ID_PM"},
/titanic_41/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()
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1849 if (cap_id == PCI_CAP_ID_PM) { in set_devpm_d0()
/titanic_41/usr/src/uts/common/io/sfe/
H A Dsfe_util.c5310 pci_cap_ptr = gem_search_pci_cap(dip, conf_handle, PCI_CAP_ID_PM); in gem_pci_set_power_state()
/titanic_41/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4217 case PCI_CAP_ID_PM: in ahci_config_space_init()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13145 case PCI_CAP_ID_PM: in mptsas_get_pci_cap()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1287 if (cap == PCI_CAP_ID_PM) { in ql_attach()