Lines Matching +full:4 +full:- +full:line
1 // SPDX-License-Identifier: GPL-2.0
53 noritake_update_irq_hw(d->irq, cached_irq_mask |= 1 << (d->irq - 16)); in noritake_enable_irq()
59 noritake_update_irq_hw(d->irq, cached_irq_mask &= ~(1 << (d->irq - 16))); in noritake_disable_irq()
87 pld &= pld - 1; /* clear least bit set */ in noritake_device_interrupt()
101 irq = (vector - 0x800) >> 4; in noritake_srm_device_interrupt()
110 * So, here's this additional grotty hack... :-( in noritake_srm_device_interrupt()
147 * 2 Interrupt Line A from slot 0
148 * 3 Interrupt Line B from slot 0
149 * 4 Interrupt Line A from slot 1
150 * 5 Interrupt line B from slot 1
151 * 6 Interrupt Line A from slot 2
152 * 7 Interrupt Line B from slot 2
153 * 8 Interrupt Line A from slot 3
154 * 9 Interrupt Line B from slot 3
155 *10 Interrupt Line A from slot 4
156 *11 Interrupt Line B from slot 4
157 *12 Interrupt Line A from slot 5
158 *13 Interrupt Line B from slot 5
159 *14 Interrupt Line A from slot 6
160 *15 Interrupt Line B from slot 6
166 * 2 Interrupt Line C from slot 0
167 * 3 Interrupt Line D 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
171 * 7 Interrupt Line D from slot 2
172 * 8 Interrupt Line C from slot 3
173 * 9 Interrupt Line D from slot 3
174 *10 Interrupt Line C from slot 4
175 *11 Interrupt Line D 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
179 *15 Interrupt Line D from slot 6
184 * 7 Intel PCI-EISA bridge chip
185 * 8 DEC PCI-PCI bridge chip
203 { -1, -1, -1, -1, -1}, /* IdSel 17, S3 Trio64 */ in noritake_map_irq()
204 { -1, -1, -1, -1, -1}, /* IdSel 18, PCEB */ in noritake_map_irq()
205 { -1, -1, -1, -1, -1}, /* IdSel 19, PPB */ in noritake_map_irq()
206 { -1, -1, -1, -1, -1}, /* IdSel 20, ???? */ in noritake_map_irq()
207 { -1, -1, -1, -1, -1}, /* IdSel 21, ???? */ in noritake_map_irq()
209 { 16+4, 16+4, 16+5, 32+4, 32+5}, /* IdSel 23, slot 1 */ in noritake_map_irq()
213 across the built-in bridge of the NORITAKE only. */ in noritake_map_irq()
216 {16+10, 16+10, 16+11, 32+10, 32+11}, /* IdSel 18, slot 4 */ in noritake_map_irq()
229 if (dev->bus->number == 0) { in noritake_swizzle()
230 slot = PCI_SLOT(dev->devfn); in noritake_swizzle()
232 /* Check for the built-in bridge */ in noritake_swizzle()
233 else if (PCI_SLOT(dev->bus->self->devfn) == 8) { in noritake_swizzle()
234 slot = PCI_SLOT(dev->devfn) + 15; /* WAG! */ in noritake_swizzle()
238 /* Must be a card-based bridge. */ in noritake_swizzle()
240 if (PCI_SLOT(dev->bus->self->devfn) == 8) { in noritake_swizzle()
241 slot = PCI_SLOT(dev->devfn) + 15; in noritake_swizzle()
247 dev = dev->bus->self; in noritake_swizzle()
249 slot = PCI_SLOT(dev->devfn); in noritake_swizzle()
250 } while (dev->bus->self); in noritake_swizzle()
276 code = mchk_header->code; in noritake_apecs_machine_check()
315 .vector_name = "Noritake-Primo",