Searched refs:MIPICAUSE (Results 1 – 3 of 3) sorted by relevance
37 #define MIPICAUSE 0x100 macro80 } else if (offset >= MIPICAUSE && offset < MIPICAUSE + MX_MAX_CPU) { in xtensa_mx_pic_ext_reg_read()81 return mx->cpu[offset - MIPICAUSE].mipicause; in xtensa_mx_pic_ext_reg_read()176 } else if (offset >= MIPICAUSE && offset < MIPICAUSE + mx->n_cpu) { in xtensa_mx_pic_ext_reg_write()177 cpu = offset - MIPICAUSE; in xtensa_mx_pic_ext_reg_write()
35 #define MIPICAUSE(cpu) (0x100 + (cpu)) macro
423 msg = get_er(MIPICAUSE(cpu)); in ipi_interrupt()424 set_er(msg, MIPICAUSE(cpu)); in ipi_interrupt()