Searched refs:FORCEWAKE_KERNEL (Results 1 – 2 of 2) sorted by relevance
191 if (!wait_ack_clear(d, FORCEWAKE_KERNEL)) in fw_domain_wait_ack_clear()217 const u32 ack_bit = FORCEWAKE_KERNEL; in fw_domain_wait_ack_with_fallback()263 if (likely(!wait_ack_clear(d, FORCEWAKE_KERNEL))) in fw_domain_wait_ack_clear_fallback()273 fw_set(d, FORCEWAKE_KERNEL); in fw_domain_get()279 if (wait_ack_set(d, FORCEWAKE_KERNEL)) { in fw_domain_wait_ack_set()290 if (likely(!wait_ack_set(d, FORCEWAKE_KERNEL))) in fw_domain_wait_ack_set_fallback()300 fw_clear(d, FORCEWAKE_KERNEL); in fw_domain_put()
586 #define FORCEWAKE_KERNEL 0 macro