Lines Matching +full:3 +full:d

49 			       " got irq %d for non-existent PCA %d"  in wildfire_update_irq_hw()
50 " on QBB %d.\n", in wildfire_update_irq_hw()
75 enable3 = (unsigned long *) &pca->pca_int[3].enable; in wildfire_init_irq_hw()
80 target3 = (unsigned long *) &pca->pca_int[3].target; in wildfire_init_irq_hw()
106 wildfire_enable_irq(struct irq_data *d) in wildfire_enable_irq() argument
108 unsigned int irq = d->irq; in wildfire_enable_irq()
111 i8259a_enable_irq(d); in wildfire_enable_irq()
120 wildfire_disable_irq(struct irq_data *d) in wildfire_disable_irq() argument
122 unsigned int irq = d->irq; in wildfire_disable_irq()
125 i8259a_disable_irq(d); in wildfire_disable_irq()
134 wildfire_mask_and_ack_irq(struct irq_data *d) in wildfire_mask_and_ack_irq() argument
136 unsigned int irq = d->irq; in wildfire_mask_and_ack_irq()
139 i8259a_mask_and_ack_irq(d); in wildfire_mask_and_ack_irq()
253 *43 Interrupt Line D from slot 2 PCI0
254 *44 Interrupt Line A from slot 3 PCI0
255 *45 Interrupt Line B from slot 3 PCI0
256 *46 Interrupt Line C from slot 3 PCI0
257 *47 Interrupt Line D from slot 3 PCI0
262 *51 Interrupt Line D from slot 4 PCI1
266 *55 Interrupt Line D from slot 5 PCI1
270 *50 Interrupt Line D from slot 6 PCI1
274 *63 Interrupt Line D from slot 7 PCI1
281 * 3 64 bit PCI 0 option slot 3
294 { 36, 36, 36+1, 36+2, 36+3}, /* IdSel 1 SCSI builtin */ in wildfire_map_irq()
295 { 40, 40, 40+1, 40+2, 40+3}, /* IdSel 2 PCI 0 slot 2 */ in wildfire_map_irq()
296 { 44, 44, 44+1, 44+2, 44+3}, /* IdSel 3 PCI 0 slot 3 */ in wildfire_map_irq()
297 { 48, 48, 48+1, 48+2, 48+3}, /* IdSel 4 PCI 1 slot 4 */ in wildfire_map_irq()
298 { 52, 52, 52+1, 52+2, 52+3}, /* IdSel 5 PCI 1 slot 5 */ in wildfire_map_irq()
299 { 56, 56, 56+1, 56+2, 56+3}, /* IdSel 6 PCI 1 slot 6 */ in wildfire_map_irq()
300 { 60, 60, 60+1, 60+2, 60+3}, /* IdSel 7 PCI 1 slot 7 */ in wildfire_map_irq()
308 int qbbno = hose->index >> 3; in wildfire_map_irq()
309 int pcano = (hose->index >> 1) & 3; in wildfire_map_irq()