Lines Matching refs:devfn
708 int devfn; member
720 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc)); in pci_config_writel()
726 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc)); in pci_config_writew()
732 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc)); in pci_config_writeb()
738 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc)); in pci_config_readl()
744 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc)); in pci_config_readw()
750 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc)); in pci_config_readb()
787 slot_addend = (pci_dev->devfn >> 3) - 1; in pci_slot_get_pirq()
941 d->bus, d->devfn, vendor_id, device_id, class); in pci_bios_init_device()
1035 int bus, devfn; in pci_for_each_device() local
1039 for(devfn = 0; devfn < 256; devfn++) { in pci_for_each_device()
1041 d->devfn = devfn; in pci_for_each_device()