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 D | pci.h | 159 #define PCI_CAP_ID_PM 0x01 /* Power Management */ macro
|
H A D | tg3.c | 3174 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 D | emlxs_os.h | 159 #define PCI_CAP_ID_PM 0x1 /* power management entry */
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunpci.c | 302 {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 D | pci.h | 602 #define PCI_CAP_ID_PM 0x1 /* power management entry */ macro
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiots/ |
H A D | audiots.c | 600 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 D | pci_pci.c | 1063 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 D | pcieb.c | 1565 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 D | emlxs_fcp.c | 2081 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 D | emlxs_hba.c | 53 {PCI_CAP_ID_PM, "PCI_CAP_ID_PM"},
|
/titanic_41/usr/src/uts/common/io/yge/ |
H A D | yge.c | 1196 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 D | pci_boot.c | 1849 if (cap_id == PCI_CAP_ID_PM) { in set_devpm_d0()
|
/titanic_41/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 5310 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 D | ahci.c | 4217 case PCI_CAP_ID_PM: in ahci_config_space_init()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 13145 case PCI_CAP_ID_PM: in mptsas_get_pci_cap()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 1287 if (cap == PCI_CAP_ID_PM) { in ql_attach()
|