Searched refs:PCI_SLOT (Results 76 - 100 of 251) sorted by relevance

1234567891011

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-kirin.c428 slot = PCI_SLOT(ret);
526 if (PCI_SLOT(devfn))
538 if (PCI_SLOT(devfn))
H A Dpcie-histb.c130 if (PCI_SLOT(devfn))
142 if (PCI_SLOT(devfn))
H A Dpci-exynos.c220 if (PCI_SLOT(devfn))
232 if (PCI_SLOT(devfn))
/linux-master/arch/powerpc/platforms/maple/
H A Dpci.c83 return (1 << (unsigned long)PCI_SLOT(devfn)) |
199 if (PCI_SLOT(devfn) == 0)
337 return (1 << PCI_SLOT(devfn)) |
/linux-master/drivers/pci/controller/
H A Dpcie-mediatek.c293 writel(CFG_HEADER_DW2(where, PCI_FUNC(devfn), PCI_SLOT(devfn), bus),
323 writel(CFG_HEADER_DW2(where, PCI_FUNC(devfn), PCI_SLOT(devfn), bus),
357 if (port->slot == PCI_SLOT(devfn))
764 writel(PCIE_CONF_ADDR(where, PCI_FUNC(devfn), PCI_SLOT(devfn),
780 u32 slot = PCI_SLOT(port->slot << 3);
1065 slot = PCI_SLOT(err);
H A Dpcie-mt7621.c130 u32 address = PCI_CONF1_EXT_ADDRESS(bus->number, PCI_SLOT(devfn),
278 slot = PCI_SLOT(err);
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_nvram.c274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available);
466 (device != PCI_SLOT(ctrl->pci_dev->devfn)) ||
/linux-master/arch/powerpc/platforms/powernv/
H A Docxl.c146 link->dev == PCI_SLOT(dev->devfn)) {
157 link->dev = PCI_SLOT(dev->devfn);
/linux-master/drivers/usb/core/
H A Dhcd-pci.c50 unsigned int slot = PCI_SLOT(pdev->devfn);
60 PCI_SLOT(companion->devfn) != slot)
/linux-master/drivers/edac/
H A Di7core_edac.c871 dev->bus->number, PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn),
886 dev->bus->number, PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn),
1245 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));
1384 if (unlikely(PCI_SLOT(pdev->devfn) != dev_descr->dev ||
1390 bus, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn),
1468 slot = PCI_SLOT(pdev->devfn);
1511 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn),
1514 if (PCI_SLOT(pdev->devfn) == 3 &&
/linux-master/drivers/net/can/sja1000/
H A Df81601.c109 PCI_SLOT(pdev->devfn));
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_ib_sysfs.c89 PCI_SLOT(us_ibdev->pdev->devfn),
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285.c42 if (PCI_SLOT(devfn) == 0)
/linux-master/drivers/usb/host/
H A Dohci-pci.c77 b = pci_get_slot (pdev->bus, PCI_DEVFN (PCI_SLOT (pdev->devfn), 1));
/linux-master/drivers/ata/
H A Dpata_ns87415.c368 if (PCI_SLOT(pdev->devfn) == 0x0E)
H A Dpata_sl82c105.c272 PCI_DEVFN(PCI_SLOT(pdev->devfn), 0));
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dholly.c48 if (bus == 0 && PCI_SLOT(devfn) == 0)
/linux-master/arch/parisc/kernel/
H A Ddrivers.c318 path->bc[i--] = PCI_SLOT(devfn);
325 path->bc[i--] = PCI_SLOT(devfn) | (PCI_FUNC(devfn)<< 5);
665 return ((modpath->bc[5] == PCI_SLOT(devfn)) &&
673 id = PCI_SLOT(pdev->devfn) | (PCI_FUNC(pdev->devfn) << 5);
/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci2.c385 if (PCI_SLOT(devfn) > 15 || busno > 255) {
407 "size=%d\n", busno, PCI_SLOT(devfn), PCI_FUNC(devfn), where,
423 if (PCI_SLOT(devfn) > 15 || busno > 255)
428 "val=%x\n", busno, PCI_SLOT(devfn), PCI_FUNC(devfn),
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_vf_isr.c185 "qat_%02x:%02d.%02d", pdev->bus->number, PCI_SLOT(pdev->devfn),
/linux-master/arch/powerpc/platforms/pseries/
H A Dpci.c71 PCI_SLOT(pci_iov_virtfn_devfn(pdev, vf_index)),
/linux-master/drivers/crypto/ccp/
H A Dsp-pci.c249 if (PCI_SLOT(pdev_new->devfn) < PCI_SLOT(pdev_cur->devfn))
/linux-master/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c37 if ((bus->primary == to_pci_host_bridge(bus->bridge)->busnr) && (PCI_SLOT(devfn) > 0))
68 PCI_SLOT(devfn) << PAB_DEVICE_SHIFT |
/linux-master/drivers/misc/ocxl/
H A Dlink.c397 link->dev = PCI_SLOT(dev->devfn);
451 link->dev == PCI_SLOT(dev->devfn)) {
/linux-master/drivers/misc/cb710/
H A Dcore.c31 unsigned int devfn = PCI_DEVFN(PCI_SLOT(pdev->devfn), 0);

Completed in 275 milliseconds

1234567891011