Searched refs:FORCEWAKE_KERNEL (Results 1 – 5 of 5) sorted by relevance
31 domain->val = FORCEWAKE_MT(FORCEWAKE_KERNEL); in domain_init()32 domain->mask = FORCEWAKE_MT_MASK(FORCEWAKE_KERNEL); in domain_init()
181 if (!wait_ack_clear(d, FORCEWAKE_KERNEL)) in fw_domain_wait_ack_clear()207 const u32 ack_bit = FORCEWAKE_KERNEL; in fw_domain_wait_ack_with_fallback()253 if (likely(!wait_ack_clear(d, FORCEWAKE_KERNEL))) in fw_domain_wait_ack_clear_fallback()263 fw_set(d, FORCEWAKE_KERNEL); in fw_domain_get()269 if (wait_ack_set(d, FORCEWAKE_KERNEL)) { in fw_domain_wait_ack_set()280 if (likely(!wait_ack_set(d, FORCEWAKE_KERNEL))) in fw_domain_wait_ack_set_fallback()290 fw_clear(d, FORCEWAKE_KERNEL); in fw_domain_put()
245 err = wait_ack_clear(domain, FORCEWAKE_KERNEL); in live_forcewake_ops()
530 #define FORCEWAKE_KERNEL 0 macro
1501 #define FORCEWAKE_KERNEL BIT(0) macro