Lines Matching +full:5 +full:c
3 * linux/arch/alpha/kernel/sys_noritake.c
5 * Copyright (C) 1995 David A Rusling
6 * Copyright (C) 1996 Jay A Estabrook
7 * Copyright (C) 1998, 1999 Richard Henderson
149 * 5 Interrupt line B from slot 1
156 *12 Interrupt Line A from slot 5
157 *13 Interrupt Line B from slot 5
165 * 2 Interrupt Line C from slot 0
167 * 4 Interrupt Line C from slot 1
168 * 5 Interrupt line D from slot 1
169 * 6 Interrupt Line C from slot 2
171 * 8 Interrupt Line C from slot 3
173 *10 Interrupt Line C from slot 4
175 *12 Interrupt Line C from slot 5
176 *13 Interrupt Line D from slot 5
177 *14 Interrupt Line C from slot 6
198 static char irq_tab[15][5] = { in noritake_map_irq()
208 { 16+4, 16+4, 16+5, 32+4, 32+5}, /* IdSel 23, slot 1 */ in noritake_map_irq()
211 /* The following 5 are actually on PCI bus 1, which is in noritake_map_irq()
216 {16+12, 16+12, 16+13, 32+12, 32+13}, /* IdSel 19, slot 5 */ in noritake_map_irq()
219 const long min_idsel = 5, max_idsel = 19, irqs_per_slot = 5; in noritake_map_irq()