Searched refs:wakeup_state (Results 1 – 2 of 2) sorted by relevance
183 bool powman_configure_wakeup_state(powman_power_state sleep_state, powman_power_state wakeup_state)… in powman_configure_wakeup_state() argument186 bool valid = powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_XIP_CACHE); in powman_configure_wakeup_state()187 valid &= powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_SWITCHED_CORE); in powman_configure_wakeup_state()189 powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_SRAM_BANK0); in powman_configure_wakeup_state()191 powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_SRAM_BANK1); in powman_configure_wakeup_state()
256 bool powman_configure_wakeup_state(powman_power_state sleep_state, powman_power_state wakeup_state);