Searched refs:PCI_PM_IDLESPEED (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/i86pc/io/pci/ |
H A D | pci.c | 613 (reqp->req.report_pmcap_req.cap == PCI_PM_IDLESPEED)) { in pci_ctlops()
|
/titanic_44/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 850 if (pci_report_pmcap(dip, PCI_PM_IDLESPEED, (void *)4000) == in eri_attach() 3054 if (pci_report_pmcap(erip->dip, PCI_PM_IDLESPEED, in eri_nonfatal_err() 4695 if (pci_report_pmcap(erip->dip, PCI_PM_IDLESPEED, in eri_new_xcvr() 4778 if (pci_report_pmcap(erip->dip, PCI_PM_IDLESPEED, in eri_new_xcvr() 4948 if (pci_report_pmcap(erip->dip, PCI_PM_IDLESPEED, in eri_check_link_noind()
|
/titanic_44/usr/src/uts/i86pc/io/pciex/ |
H A D | npe.c | 782 (reqp->req.report_pmcap_req.cap == PCI_PM_IDLESPEED)) in npe_ctlops()
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | ebus.c | 330 (void) pci_report_pmcap(dip, PCI_PM_IDLESPEED, in ebus_attach()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci.c | 370 (void) pci_report_pmcap(dip, PCI_PM_IDLESPEED, (void *)4000); in ehci_attach()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sunddi.h | 1966 #define PCI_PM_IDLESPEED 0x1 /* clock for idle dev - cap */ macro
|
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 773 (void) pci_report_pmcap(dip, PCI_PM_IDLESPEED, (void *)4000); in ohci_attach()
|