Home
last modified time | relevance | path

Searched refs:busslot (Results 1 – 1 of 1) sorted by relevance

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