Searched refs:FORCEWAKE_KERNEL (Results 1 – 5 of 5) sorted by relevance
39 domain->val = FORCEWAKE_MT(FORCEWAKE_KERNEL); in init_domain()40 domain->mask = FORCEWAKE_MT_MASK(FORCEWAKE_KERNEL); in init_domain()
188 if (!wait_ack_clear(d, FORCEWAKE_KERNEL)) in fw_domain_wait_ack_clear()214 const u32 ack_bit = FORCEWAKE_KERNEL; in fw_domain_wait_ack_with_fallback()260 if (likely(!wait_ack_clear(d, FORCEWAKE_KERNEL))) in fw_domain_wait_ack_clear_fallback()270 fw_set(d, FORCEWAKE_KERNEL); in fw_domain_get()276 if (wait_ack_set(d, FORCEWAKE_KERNEL)) { in fw_domain_wait_ack_set()287 if (likely(!wait_ack_set(d, FORCEWAKE_KERNEL))) in fw_domain_wait_ack_set_fallback()297 fw_clear(d, FORCEWAKE_KERNEL); in fw_domain_put()
245 err = wait_ack_clear(domain, FORCEWAKE_KERNEL); in live_forcewake_ops()
566 #define FORCEWAKE_KERNEL 0 macro
1497 #define FORCEWAKE_KERNEL BIT(0) macro
Completed in 23 milliseconds