Home
last modified time | relevance | path

Searched refs:PCI_PWR_COMP_BUSY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pwr.c689 if ((p->pwr_flags & PCI_PWR_COMP_BUSY) == 0) { in pci_pwr_component_busy()
699 p->pwr_flags |= PCI_PWR_COMP_BUSY; in pci_pwr_component_busy()
710 if (p->pwr_flags & PCI_PWR_COMP_BUSY) { in pci_pwr_component_idle()
720 p->pwr_flags &= ~PCI_PWR_COMP_BUSY; in pci_pwr_component_idle()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_pwr.h122 #define PCI_PWR_COMP_BUSY 0x20 /* component set busy */ macro