Searched refs:pci_pm_state (Results 1 – 1 of 1) sorted by relevance
111 static int pci_pm_state; variable126 pci_pm_state = (reg_cfg1 & PMCCR1_NEXT_STATE) >> in mpc83xx_change_state()130 if (curr_state != pci_pm_state) { in mpc83xx_change_state()132 reg_cfg1 |= pci_pm_state; in mpc83xx_change_state()182 if (pci_pm_state != (deep_sleeping ? 3 : 2)) in mpc83xx_suspend_enter()268 wait_event_freezable(agent_wq, pci_pm_state >= 2); in agent_thread_fn()270 if (signal_pending(current) || pci_pm_state < 2) in agent_thread_fn()282 pm_suspend(pci_pm_state == 3 ? PM_SUSPEND_MEM : in agent_thread_fn()