Searched refs:MIROUT (Results 1 – 3 of 3) sorted by relevance
36 #define MIROUT 0x0 macro78 if (offset < MIROUT + MX_MAX_IRQ) { in xtensa_mx_pic_ext_reg_read()79 return mx->mirout[offset - MIROUT]; in xtensa_mx_pic_ext_reg_read()166 if (offset < MIROUT + mx->n_irq) { in xtensa_mx_pic_ext_reg_write()167 mx->mirout[offset - MIROUT] = v; in xtensa_mx_pic_ext_reg_write()169 uint32_t mask = 1u << (offset - MIROUT); in xtensa_mx_pic_ext_reg_write()
137 set_er(mask, MIROUT(d->hwirq - HW_IRQ_MX_BASE)); in xtensa_mx_irq_set_affinity()164 set_er(1, MIROUT(i)); in xtensa_mx_init_common()
34 #define MIROUT(irq) (0x000 + (irq)) macro