Home
last modified time | relevance | path

Searched refs:KN02_IRQ_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/include/asm/dec/
H A Dkn02.h75 #define KN02_IRQ_BASE 8 /* first IRQ assigned to CSR */ macro
78 #define KN02_IRQ_NR(n) ((n) + KN02_IRQ_BASE)
/openbmc/linux/arch/mips/dec/
H A Dint-handler.S244 li a0,KN02_IRQ_BASE
H A Dsetup.c401 init_kn02_irqs(KN02_IRQ_BASE); in dec_init_kn02()