Searched refs:PCI_PWR_COMP_BUSY (Results 1 – 2 of 2) sorted by relevance
689 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()
122 #define PCI_PWR_COMP_BUSY 0x20 /* component set busy */ macro