Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/83xx/
H A Dsuspend.c111 static int pci_pm_state; variable
126 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()
265 wait_event_interruptible(agent_wq, pci_pm_state >= 2); in agent_thread_fn()
268 if (signal_pending(current) || pci_pm_state < 2) in agent_thread_fn()
280 pm_suspend(pci_pm_state == 3 ? PM_SUSPEND_MEM : in agent_thread_fn()