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

Lines Matching refs:slot

100  *12        Interrupt Line A from slot 4
101 *13 Interrupt Line B from slot 4
102 *14 Interrupt Line C from slot 4
103 *15 Interrupt Line D from slot 4
104 *16 Interrupt Line A from slot 5
105 *17 Interrupt line B from slot 5
106 *18 Interrupt Line C from slot 5
107 *19 Interrupt Line D from slot 5
108 *20 Interrupt Line A from slot 1
109 *21 Interrupt Line B from slot 1
110 *22 Interrupt Line C from slot 1
111 *23 Interrupt Line D from slot 1
112 *24 Interrupt Line A from slot 2
113 *25 Interrupt Line B from slot 2
114 *26 Interrupt Line C from slot 2
115 *27 Interrupt Line D from slot 2
116 *27 Interrupt Line A from slot 3
117 *29 Interrupt Line B from slot 3
118 *30 Interrupt Line C from slot 3
119 *31 Interrupt Line D from slot 3
121 * The device to slot mapping looks like:
132 * 11 PCI on board slot 4 (SBU Riser)
133 * 12 PCI on board slot 5 (SBU Riser)
137 * 13 PCI on board slot 1 (SBU Riser)
138 * 14 PCI on board slot 2 (SBU Riser)
139 * 15 PCI on board slot 3 (SBU Riser)
148 miata_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
160 {16+12, 16+12, 16+13, 16+14, 16+15}, /* IdSel 22, slot 4 */
161 {16+16, 16+16, 16+17, 16+18, 16+19}, /* IdSel 23, slot 5 */
167 {16+20, 16+20, 16+21, 16+22, 16+23}, /* IdSel 28, slot 1 */
168 {16+24, 16+24, 16+25, 16+26, 16+27}, /* IdSel 29, slot 2 */
169 {16+28, 16+28, 16+29, 16+30, 16+31}, /* IdSel 30, slot 3 */
178 if((slot == 7) && (PCI_FUNC(dev->devfn) == 3)) {
193 int slot, pin = *pinp;
196 slot = PCI_SLOT(dev->devfn);
201 slot = PCI_SLOT(dev->devfn) + 9;
209 slot = PCI_SLOT(dev->devfn) + 9;
217 slot = PCI_SLOT(dev->devfn);
221 return slot;