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
150 * 5 Interrupt line B from slot 1
157 *12 Interrupt Line A from slot 5
158 *13 Interrupt Line B from slot 5
166 * 2 Interrupt Line C from slot 0
168 * 4 Interrupt Line C from slot 1
169 * 5 Interrupt line D from slot 1
170 * 6 Interrupt Line C from slot 2
172 * 8 Interrupt Line C from slot 3
174 *10 Interrupt Line C from slot 4
176 *12 Interrupt Line C from slot 5
177 *13 Interrupt Line D from slot 5
178 *14 Interrupt Line C from slot 6
199 static char irq_tab[15][5] = { in noritake_map_irq()
209 { 16+4, 16+4, 16+5, 32+4, 32+5}, /* IdSel 23, slot 1 */ in noritake_map_irq()
212 /* The following 5 are actually on PCI bus 1, which is in noritake_map_irq()
217 {16+12, 16+12, 16+13, 32+12, 32+13}, /* IdSel 19, slot 5 */ in noritake_map_irq()
220 const long min_idsel = 5, max_idsel = 19, irqs_per_slot = 5; in noritake_map_irq()