Searched refs:FORCEWAKE_KERNEL (Results 1 – 3 of 3) sorted by relevance
181 if (wait_ack_clear(d, FORCEWAKE_KERNEL)) { in fw_domain_wait_ack_clear()198 const u32 ack_bit = FORCEWAKE_KERNEL; in fw_domain_wait_ack_with_fallback()244 if (likely(!wait_ack_clear(d, FORCEWAKE_KERNEL))) in fw_domain_wait_ack_clear_fallback()254 fw_set(d, FORCEWAKE_KERNEL); in fw_domain_get()260 if (wait_ack_set(d, FORCEWAKE_KERNEL)) { in fw_domain_wait_ack_set()271 if (likely(!wait_ack_set(d, FORCEWAKE_KERNEL))) in fw_domain_wait_ack_set_fallback()281 fw_clear(d, FORCEWAKE_KERNEL); in fw_domain_put()
246 err = wait_ack_clear(domain, FORCEWAKE_KERNEL); in live_forcewake_ops()
1520 #define FORCEWAKE_KERNEL BIT(0) macro
Completed in 16 milliseconds