Searched refs:PCI_SLOT (Results 126 - 150 of 251) sorted by relevance

1234567891011

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h485 return (PCI_SLOT(pci->devfn));
H A Daic79xx_osm.h475 return (PCI_SLOT(pci->devfn));
/linux-master/arch/x86/pci/
H A Dcommon.c661 (PCI_SLOT(dev->devfn) == rom->device) &&
/linux-master/drivers/pci/
H A Dproc.c436 sprintf(name, "%02x.%x", PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
H A Dvgaarb.c1329 domain, bus, PCI_SLOT(devfn),
1336 domain, bus, PCI_SLOT(devfn), PCI_FUNC(devfn),
H A Dvpd.c45 return pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0));
H A Dof.c163 * be passed to the PCI_SLOT() and PCI_FUNC() macros to extract the device
654 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));
/linux-master/drivers/tty/serial/8250/
H A D8250_mid.c71 PCI_DEVFN(PCI_SLOT(pdev->devfn), 3));
H A D8250_lpss.c139 dma_dev = pci_get_slot(pdev->bus, PCI_DEVFN(PCI_SLOT(pdev->devfn), 0));
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bios.c390 vhdr->PCIDevice == PCI_SLOT(adev->pdev->devfn) &&
/linux-master/drivers/accel/habanalabs/common/
H A Dsysfs.c290 PCI_SLOT(hdev->pdev->devfn),
/linux-master/drivers/hwmon/
H A Dk10temp.c330 PCI_DEVFN(PCI_SLOT(pdev->devfn), 2),
/linux-master/drivers/i2c/busses/
H A Di2c-designware-pcidrv.c132 switch (PCI_SLOT(pdev->devfn)) {
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c647 PCI_SLOT(vf_devfn), PCI_FUNC(vf_devfn), pe_num);
/linux-master/arch/powerpc/platforms/powermac/
H A Dpci.c125 ((1 << (unsigned int)PCI_SLOT(dev_fn)) \
384 ((1 << ((unsigned int)PCI_SLOT(dev_fn))) \
/linux-master/drivers/pci/controller/
H A Dpcie-altera.c512 if (!altera_pcie_valid_device(pcie, bus, PCI_SLOT(devfn)))
527 if (!altera_pcie_valid_device(pcie, bus, PCI_SLOT(devfn)))
H A Dpcie-rockchip-host.c221 if (!rockchip_pcie_valid_device(rockchip, bus, PCI_SLOT(devfn)))
236 if (!rockchip_pcie_valid_device(rockchip, bus, PCI_SLOT(devfn)))
H A Dpci-xgene.c123 d = PCI_SLOT(devfn);
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c691 slot = PCI_SLOT(dev->pdev->devfn);
929 pdev_net = pci_get_slot(pdev->bus, PCI_DEVFN(PCI_SLOT(pdev->devfn), 0));
/linux-master/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c105 (PCI_SLOT(adev->devfn) == PCI_SLOT(bdev->devfn)))
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c571 busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(PCI_SLOT(devfn)) |
642 if (PCI_SLOT(devfn) > 0)
/linux-master/drivers/net/can/sja1000/
H A Dplx_pci.c630 ci->name, PCI_SLOT(pdev->devfn));
/linux-master/drivers/xen/xen-pciback/
H A Dxenbus.c220 PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/ata/
H A Dsata_sil.c715 return slot == PCI_SLOT(pdev->devfn);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_bios.c637 vhdr->PCIDevice == PCI_SLOT(rdev->pdev->devfn) &&

Completed in 230 milliseconds

1234567891011