Searched refs:rt_intc_w32 (Results 1 - 1 of 1) sorted by relevance

/arch/mips/ralink/
H A Dirq.c49 static inline void rt_intc_w32(u32 val, unsigned reg) function
61 rt_intc_w32(BIT(d->hwirq), INTC_REG_ENABLE);
66 rt_intc_w32(BIT(d->hwirq), INTC_REG_DISABLE);
154 rt_intc_w32(~0, INTC_REG_DISABLE);
157 rt_intc_w32(0, INTC_REG_TYPE);
164 rt_intc_w32(INTC_INT_GLOBAL, INTC_REG_ENABLE);

Completed in 61 milliseconds