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

/freebsd-11.0-release/sys/mips/rmi/
H A Dinterrupt.h38 #define IRQ_MSGRING 6 macro
H A Dfmn.c273 config = (watermark << 24) | (IRQ_MSGRING << 16) | (1 << 8) |
276 write_c0_eirr64(1ULL << IRQ_MSGRING);
311 msgrng_write_config((1 << 24) | (IRQ_MSGRING << 16) | (1 << 8));
313 write_c0_eirr64(1ULL << IRQ_MSGRING);
438 NULL, NULL, IRQ_MSGRING,
H A Dintr_machdep.c200 case IRQ_MSGRING:
H A Dxlr_machdep.c568 xlr_enable_irq(IRQ_MSGRING);
/freebsd-11.0-release/sys/mips/nlm/
H A Dinterrupt.h38 #define IRQ_MSGRING 6 macro
H A Dcms.c283 nlm_write_c0_eirr(1ULL << IRQ_MSGRING);
327 nlm_fmn_cpu_init(IRQ_MSGRING, 0, 0, 0, 0, 0);
332 nlm_write_c0_eirr(1ULL << IRQ_MSGRING);
447 NULL, IRQ_MSGRING, INTR_TYPE_NET, &cookie);
H A Dintr_machdep.c255 case IRQ_MSGRING:
H A Dxlp_machdep.c684 xlp_enable_irq(IRQ_MSGRING);

Completed in 56 milliseconds