Searched refs:busslot (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/alpha/kernel/
H A Dsys_takara.c183 unsigned int busslot = PCI_SLOT(dev->bus->self->devfn); local
184 irq += irq_tab[busslot-min_idsel][0];
219 unsigned int busslot; local
224 busslot = PCI_SLOT(dev->bus->self->devfn);
227 && busslot > 16
228 && ((1<<(36-busslot)) & ctlreg)) {
230 pin += (20 - busslot);

Completed in 129 milliseconds