• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/

Lines Matching refs:slot

325  *20        Interrupt Line D from slot 2 PCI0
326 *21 Interrupt Line C from slot 2 PCI0
327 *22 Interrupt Line B from slot 2 PCI0
328 *23 Interrupt Line A from slot 2 PCI0
329 *24 Interrupt Line D from slot 1 PCI0
330 *25 Interrupt Line C from slot 1 PCI0
331 *26 Interrupt Line B from slot 1 PCI0
332 *27 Interrupt Line A from slot 1 PCI0
333 *28 Interrupt Line D from slot 0 PCI0
334 *29 Interrupt Line C from slot 0 PCI0
335 *30 Interrupt Line B from slot 0 PCI0
336 *31 Interrupt Line A from slot 0 PCI0
338 *32 Interrupt Line D from slot 3 PCI1
339 *33 Interrupt Line C from slot 3 PCI1
340 *34 Interrupt Line B from slot 3 PCI1
341 *35 Interrupt Line A from slot 3 PCI1
342 *36 Interrupt Line D from slot 2 PCI1
343 *37 Interrupt Line C from slot 2 PCI1
344 *38 Interrupt Line B from slot 2 PCI1
345 *39 Interrupt Line A from slot 2 PCI1
346 *40 Interrupt Line D from slot 1 PCI1
347 *41 Interrupt Line C from slot 1 PCI1
348 *42 Interrupt Line B from slot 1 PCI1
349 *43 Interrupt Line A from slot 1 PCI1
350 *44 Interrupt Line D from slot 0 PCI1
351 *45 Interrupt Line C from slot 0 PCI1
352 *46 Interrupt Line B from slot 0 PCI1
353 *47 Interrupt Line A from slot 0 PCI1
366 * 7 64 bit PCI option slot 0 (all busses)
367 * 8 64 bit PCI option slot 1 (all busses)
368 * 9 64 bit PCI option slot 2 (all busses)
369 * 10 64 bit PCI option slot 3 (not bus 0)
373 dp264_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
379 { 16+15, 16+15, 16+14, 16+13, 16+12}, /* IdSel 7 slot 0 */
380 { 16+11, 16+11, 16+10, 16+ 9, 16+ 8}, /* IdSel 8 slot 1 */
381 { 16+ 7, 16+ 7, 16+ 6, 16+ 5, 16+ 4}, /* IdSel 9 slot 2 */
382 { 16+ 3, 16+ 3, 16+ 2, 16+ 1, 16+ 0} /* IdSel 10 slot 3 */
394 can wind up at the same slot+pin on hose1, so we'll
407 monet_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
417 { 28, 28, 29, 30, 31}, /* IdSel 14 slot 4 PCI2*/
418 { 24, 24, 25, 26, 27}, /* IdSel 15 slot 5 PCI2*/
419 { 40, 40, 41, 42, 43}, /* IdSel 11 slot 1 PCI0*/
420 { 36, 36, 37, 38, 39}, /* IdSel 12 slot 2 PCI0*/
421 { 32, 32, 33, 34, 35}, /* IdSel 13 slot 3 PCI0*/
422 { 28, 28, 29, 30, 31}, /* IdSel 14 slot 4 PCI2*/
423 { 24, 24, 25, 26, 27} /* IdSel 15 slot 5 PCI2*/
433 int slot, pin = *pinp;
436 slot = PCI_SLOT(dev->devfn);
440 slot = PCI_SLOT(dev->devfn);
447 slot = PCI_SLOT(dev->devfn);
455 slot = PCI_SLOT(dev->devfn);
459 return slot;
463 webbrick_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
474 { 35, 35, 34, 33, 32}, /* IdSel 14 slot 0 */
475 { 39, 39, 38, 37, 36}, /* IdSel 15 slot 1 */
476 { 43, 43, 42, 41, 40}, /* IdSel 16 slot 2 */
477 { 47, 47, 46, 45, 44}, /* IdSel 17 slot 3 */
484 clipper_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
488 { 16+ 8, 16+ 8, 16+ 9, 16+10, 16+11}, /* IdSel 1 slot 1 */
489 { 16+12, 16+12, 16+13, 16+14, 16+15}, /* IdSel 2 slot 2 */
490 { 16+16, 16+16, 16+17, 16+18, 16+19}, /* IdSel 3 slot 3 */
491 { 16+20, 16+20, 16+21, 16+22, 16+23}, /* IdSel 4 slot 4 */
492 { 16+24, 16+24, 16+25, 16+26, 16+27}, /* IdSel 5 slot 5 */
493 { 16+28, 16+28, 16+29, 16+30, 16+31}, /* IdSel 6 slot 6 */