Searched refs:HECI_H_CSR_IE (Results 1 – 4 of 4) sorted by relevance
26 #define HECI_H_CSR_IE REG_BIT(0) macro
321 HECI_H_CSR_RST, HECI_H_CSR_IE); in i915_gsc_proxy_component_bind()347 HECI_H_CSR_IE | HECI_H_CSR_RST, 0); in i915_gsc_proxy_component_unbind()
104 u32 set = enabled ? HECI_H_CSR_IE : 0; in gsc_proxy_irq_toggle()105 u32 clr = enabled ? 0 : HECI_H_CSR_IE; in gsc_proxy_irq_toggle()
282 #define HECI_H_CSR_IE REG_BIT(0) macro