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

Lines Matching refs:slot

167  * because the SIO ISA bridge can also be slot 7. However, the SIO
173 takara_map_irq_srm(struct pci_dev *dev, u8 slot, u8 pin)
176 { 16+3, 16+3, 16+3, 16+3, 16+3}, /* slot 6 == device 3 */
177 { 16+2, 16+2, 16+2, 16+2, 16+2}, /* slot 7 == device 2 */
178 { 16+1, 16+1, 16+1, 16+1, 16+1}, /* slot 8 == device 1 */
179 { -1, -1, -1, -1, -1}, /* slot 9 == nothing */
180 { -1, -1, -1, -1, -1}, /* slot 10 == nothing */
181 { -1, -1, -1, -1, -1}, /* slot 11 == nothing */
183 { 12, 12, 13, 14, 15}, /* slot 12 == nothing */
184 { 8, 8, 9, 19, 11}, /* slot 13 == nothing */
185 { 4, 4, 5, 6, 7}, /* slot 14 == nothing */
186 { 0, 0, 1, 2, 3}, /* slot 15 == nothing */
187 { -1, -1, -1, -1, -1}, /* slot 16 == nothing */
188 {64+ 0, 64+0, 64+1, 64+2, 64+3}, /* slot 17= device 4 */
189 {48+ 0, 48+0, 48+1, 48+2, 48+3}, /* slot 18= device 3 */
190 {32+ 0, 32+0, 32+1, 32+2, 32+3}, /* slot 19= device 2 */
191 {16+ 0, 16+0, 16+1, 16+2, 16+3}, /* slot 20= device 1 */
204 takara_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
207 { 16+3, 16+3, 16+3, 16+3, 16+3}, /* slot 6 == device 3 */
208 { 16+2, 16+2, 16+2, 16+2, 16+2}, /* slot 7 == device 2 */
209 { 16+1, 16+1, 16+1, 16+1, 16+1}, /* slot 8 == device 1 */
210 { -1, -1, -1, -1, -1}, /* slot 9 == nothing */
211 { -1, -1, -1, -1, -1}, /* slot 10 == nothing */
212 { -1, -1, -1, -1, -1}, /* slot 11 == nothing */
213 { -1, -1, -1, -1, -1}, /* slot 12 == nothing */
214 { -1, -1, -1, -1, -1}, /* slot 13 == nothing */
215 { -1, -1, -1, -1, -1}, /* slot 14 == nothing */
216 { -1, -1, -1, -1, -1}, /* slot 15 == nothing */
217 { -1, -1, -1, -1, -1}, /* slot 16 == nothing */
218 { -1, -1, -1, -1, -1}, /* slot 17 == nothing */
219 { 16+3, 16+3, 16+3, 16+3, 16+3}, /* slot 18 == device 3 */
220 { 16+2, 16+2, 16+2, 16+2, 16+2}, /* slot 19 == device 2 */
221 { 16+1, 16+1, 16+1, 16+1, 16+1}, /* slot 20 == device 1 */
230 int slot = PCI_SLOT(dev->devfn);
252 return slot;