Lines Matching +full:4 +full:- +full:line
1 // SPDX-License-Identifier: GPL-2.0
9 * Code supporting the ALCOR and XLT (XL-300/366/433).
48 alcor_update_irq_hw(cached_irq_mask |= 1UL << (d->irq - 16)); in alcor_enable_irq()
54 alcor_update_irq_hw(cached_irq_mask &= ~(1UL << (d->irq - 16))); in alcor_disable_irq()
63 *(vuip)GRU_INT_CLEAR = 1 << (d->irq - 16); mb(); in alcor_mask_and_ack_irq()
99 pld &= pld - 1; /* clear least bit set */ in alcor_device_interrupt()
135 if (request_irq(16 + 31, no_action, 0, "isa-cascade", NULL)) in alcor_init_irq()
136 pr_err("Failed to register isa-cascade interrupt\n"); in alcor_init_irq()
145 * 0 Interrupt Line A from slot 2
146 * 1 Interrupt Line B from slot 2
147 * 2 Interrupt Line C from slot 2
148 * 3 Interrupt Line D from slot 2
149 * 4 Interrupt Line A from slot 1
150 * 5 Interrupt line B from slot 1
151 * 6 Interrupt Line C from slot 1
152 * 7 Interrupt Line D from slot 1
153 * 8 Interrupt Line A from slot 0
154 * 9 Interrupt Line B from slot 0
155 *10 Interrupt Line C from slot 0
156 *11 Interrupt Line D from slot 0
157 *12 Interrupt Line A from slot 4
158 *13 Interrupt Line B from slot 4
159 *14 Interrupt Line C from slot 4
160 *15 Interrupt Line D from slot 4
161 *16 Interrupt Line D from slot 3
162 *17 Interrupt Line D from slot 3
163 *18 Interrupt Line D from slot 3
164 *19 Interrupt Line D from slot 3
165 *20-30 Reserved
171 * 6 built-in TULIP (XLT only)
174 * 9 PCI on board slot 4
175 * 10 PCEB (PCI-EISA bridge)
194 {16+12, 16+12, 16+13, 16+14, 16+15}, /* IdSel 20, slot 4 */ in alcor_map_irq()
195 { -1, -1, -1, -1, -1}, /* IdSel 21, PCEB */ in alcor_map_irq()
197 { 16+4, 16+4, 16+5, 16+6, 16+7}, /* IdSel 23, slot 1 */ in alcor_map_irq()
211 /* Who said DEC engineer's have no sense of humor? ;-) */ in alcor_kill_arch()
235 * Now we can look to see if we are really running on an XLT-type in alcor_init_pci()
242 if (dev && dev->devfn == PCI_DEVFN(6,0)) { in alcor_init_pci()