Lines Matching +full:5 +full:c
3 * linux/arch/alpha/kernel/sys_rawhide.c
5 * Copyright (C) 1995 David A Rusling
6 * Copyright (C) 1996 Jay A Estabrook
7 * Copyright (C) 1998, 1999 Richard Henderson
198 * 2 Interrupt Line C from slot 2 PCI0
201 * 5 Interrupt Line B from slot 3 PCI0
202 * 6 Interrupt Line C from slot 3 PCI0
206 * 10 Interrupt Line C from slot 4 PCI0
208 * 12 Interrupt Line A from slot 5 PCI0
209 * 13 Interrupt Line B from slot 5 PCI0
210 * 14 Interrupt Line C from slot 5 PCI0
211 * 15 Interrupt Line D from slot 5 PCI0
220 * 5 PCI option slot 5
227 static char irq_tab[5][5] = { in rawhide_map_irq()
231 { 16+ 4, 16+ 4, 16+ 5, 16+ 6, 16+ 7}, /* IdSel 3 slot 3 */ in rawhide_map_irq()
233 { 16+12, 16+12, 16+13, 16+14, 16+15} /* IdSel 5 slot 5 */ in rawhide_map_irq()
235 const long min_idsel = 1, max_idsel = 5, irqs_per_slot = 5; in rawhide_map_irq()