Home
last modified time | relevance | path

Searched refs:IO_IRQ_NR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/dec/
H A Dsetup.c470 { .i = IO_IRQ_NR(KN02BA_IO_INR_BUS) } },
472 { .i = IO_IRQ_NR(KN02BA_IO_INR_RTC) } },
480 { .i = IO_IRQ_NR(KN02BA_IO_INR_ASC) } },
573 { .i = IO_IRQ_NR(KN02CA_IO_INR_ASC) } },
577 { .i = IO_IRQ_NR(KN02CA_IO_INR_TC1) } },
668 { .i = IO_IRQ_NR(KN03_IO_INR_SCC0) } },
670 { .i = IO_IRQ_NR(KN03_IO_INR_SCC1) } },
672 { .i = IO_IRQ_NR(KN03_IO_INR_ASC) } },
676 { .i = IO_IRQ_NR(KN03_IO_INR_TC2) } },
678 { .i = IO_IRQ_NR(KN03_IO_INR_TC1) } },
[all …]
/openbmc/linux/arch/mips/include/asm/dec/
H A Dioasic_ints.h69 #define IO_IRQ_NR(n) ((n) + IO_IRQ_BASE) macro