Lines Matching full:slot

148  * 2        Interrupt Line A from slot 0
149 * 3 Interrupt Line B from slot 0
150 * 4 Interrupt Line A from slot 1
151 * 5 Interrupt line B from slot 1
152 * 6 Interrupt Line A from slot 2
153 * 7 Interrupt Line B from slot 2
154 * 8 Interrupt Line A from slot 3
155 * 9 Interrupt Line B from slot 3
156 *10 Interrupt Line A from slot 4
157 *11 Interrupt Line B from slot 4
158 *12 Interrupt Line A from slot 5
159 *13 Interrupt Line B from slot 5
160 *14 Interrupt Line A from slot 6
161 *15 Interrupt Line B from slot 6
167 * 2 Interrupt Line C from slot 0
168 * 3 Interrupt Line D from slot 0
169 * 4 Interrupt Line C from slot 1
170 * 5 Interrupt line D from slot 1
171 * 6 Interrupt Line C from slot 2
172 * 7 Interrupt Line D from slot 2
173 * 8 Interrupt Line C from slot 3
174 * 9 Interrupt Line D from slot 3
175 *10 Interrupt Line C from slot 4
176 *11 Interrupt Line D from slot 4
177 *12 Interrupt Line C from slot 5
178 *13 Interrupt Line D from slot 5
179 *14 Interrupt Line C from slot 6
180 *15 Interrupt Line D from slot 6
182 * The device to slot mapping looks like:
184 * Slot Device
187 * 11 PCI on board slot 0
188 * 12 PCI on board slot 1
189 * 13 PCI on board slot 2
198 noritake_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in noritake_map_irq() argument
209 { 16+2, 16+2, 16+3, 32+2, 32+3}, /* IdSel 22, slot 0 */ in noritake_map_irq()
210 { 16+4, 16+4, 16+5, 32+4, 32+5}, /* IdSel 23, slot 1 */ in noritake_map_irq()
211 { 16+6, 16+6, 16+7, 32+6, 32+7}, /* IdSel 24, slot 2 */ in noritake_map_irq()
212 { 16+8, 16+8, 16+9, 32+8, 32+9}, /* IdSel 25, slot 3 */ in noritake_map_irq()
216 { 16+8, 16+8, 16+9, 32+8, 32+9}, /* IdSel 17, slot 3 */ in noritake_map_irq()
217 {16+10, 16+10, 16+11, 32+10, 32+11}, /* IdSel 18, slot 4 */ in noritake_map_irq()
218 {16+12, 16+12, 16+13, 32+12, 32+13}, /* IdSel 19, slot 5 */ in noritake_map_irq()
219 {16+14, 16+14, 16+15, 32+14, 32+15}, /* IdSel 20, slot 6 */ in noritake_map_irq()
228 int slot, pin = *pinp; in noritake_swizzle() local
231 slot = PCI_SLOT(dev->devfn); in noritake_swizzle()
235 slot = PCI_SLOT(dev->devfn) + 15; /* WAG! */ in noritake_swizzle()
242 slot = PCI_SLOT(dev->devfn) + 15; in noritake_swizzle()
249 /* Slot of the next bridge. */ in noritake_swizzle()
250 slot = PCI_SLOT(dev->devfn); in noritake_swizzle()
254 return slot; in noritake_swizzle()