Lines Matching full:slot
146 * 2 Interrupt Line A from slot 0
147 * 3 Interrupt Line B from slot 0
148 * 4 Interrupt Line A from slot 1
149 * 5 Interrupt line B from slot 1
150 * 6 Interrupt Line A from slot 2
151 * 7 Interrupt Line B from slot 2
152 * 8 Interrupt Line A from slot 3
153 * 9 Interrupt Line B from slot 3
154 *10 Interrupt Line A from slot 4
155 *11 Interrupt Line B from slot 4
156 *12 Interrupt Line A from slot 5
157 *13 Interrupt Line B from slot 5
158 *14 Interrupt Line A from slot 6
159 *15 Interrupt Line B from slot 6
165 * 2 Interrupt Line C from slot 0
166 * 3 Interrupt Line D from slot 0
167 * 4 Interrupt Line C from slot 1
168 * 5 Interrupt line D from slot 1
169 * 6 Interrupt Line C from slot 2
170 * 7 Interrupt Line D from slot 2
171 * 8 Interrupt Line C from slot 3
172 * 9 Interrupt Line D from slot 3
173 *10 Interrupt Line C from slot 4
174 *11 Interrupt Line D from slot 4
175 *12 Interrupt Line C from slot 5
176 *13 Interrupt Line D from slot 5
177 *14 Interrupt Line C from slot 6
178 *15 Interrupt Line D from slot 6
180 * The device to slot mapping looks like:
182 * Slot Device
185 * 11 PCI on board slot 0
186 * 12 PCI on board slot 1
187 * 13 PCI on board slot 2
196 noritake_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in noritake_map_irq() argument
207 { 16+2, 16+2, 16+3, 32+2, 32+3}, /* IdSel 22, slot 0 */ in noritake_map_irq()
208 { 16+4, 16+4, 16+5, 32+4, 32+5}, /* IdSel 23, slot 1 */ in noritake_map_irq()
209 { 16+6, 16+6, 16+7, 32+6, 32+7}, /* IdSel 24, slot 2 */ in noritake_map_irq()
210 { 16+8, 16+8, 16+9, 32+8, 32+9}, /* IdSel 25, slot 3 */ in noritake_map_irq()
214 { 16+8, 16+8, 16+9, 32+8, 32+9}, /* IdSel 17, slot 3 */ in noritake_map_irq()
215 {16+10, 16+10, 16+11, 32+10, 32+11}, /* IdSel 18, slot 4 */ in noritake_map_irq()
216 {16+12, 16+12, 16+13, 32+12, 32+13}, /* IdSel 19, slot 5 */ in noritake_map_irq()
217 {16+14, 16+14, 16+15, 32+14, 32+15}, /* IdSel 20, slot 6 */ in noritake_map_irq()
226 int slot, pin = *pinp; in noritake_swizzle() local
229 slot = PCI_SLOT(dev->devfn); in noritake_swizzle()
233 slot = PCI_SLOT(dev->devfn) + 15; /* WAG! */ in noritake_swizzle()
240 slot = PCI_SLOT(dev->devfn) + 15; in noritake_swizzle()
247 /* Slot of the next bridge. */ in noritake_swizzle()
248 slot = PCI_SLOT(dev->devfn); in noritake_swizzle()
252 return slot; in noritake_swizzle()