Lines Matching +full:6 +full:d
42 int pcano = (irq >> 6) & (WILDFIRE_PCA_PER_QBB - 1); in wildfire_update_irq_hw()
49 " got irq %d for non-existent PCA %d" in wildfire_update_irq_hw()
50 " on QBB %d.\n", in wildfire_update_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()
230 * bits 7-6: PCA in wildfire_device_interrupt()
253 *43 Interrupt Line D from slot 2 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
267 *56 Interrupt Line A from slot 6 PCI1
268 *57 Interrupt Line B from slot 6 PCI1
269 *58 Interrupt Line C from slot 6 PCI1
270 *50 Interrupt Line D from slot 6 PCI1
274 *63 Interrupt Line D from slot 7 PCI1
284 * 6 64 bit PCI 1 option slot 6
299 { 56, 56, 56+1, 56+2, 56+3}, /* IdSel 6 PCI 1 slot 6 */ in wildfire_map_irq()
310 irq += (qbbno << 8) + (pcano << 6); in wildfire_map_irq()