Searched refs:PCI_SLOT (Results 101 - 125 of 251) sorted by relevance

1234567891011

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c122 unsigned int master_devfn = PCI_DEVFN(PCI_SLOT(pdev->devfn), 0);
H A Daic7xxx_osm_pci.c161 unsigned int master_devfn = PCI_DEVFN(PCI_SLOT(pdev->devfn), 0);
/linux-master/arch/powerpc/kernel/
H A Dpci_of_scan.c204 dev->bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/acpi/
H A Dpci_irq.c142 int device = pci_ari_enabled(dev->bus) ? 0 : PCI_SLOT(dev->devfn);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_ctl_drv.c366 dev_info.dev = PCI_SLOT(accel_to_pci_dev(accel_dev)->devfn);
/linux-master/drivers/pci/controller/
H A Dpcie-hisi-error.c167 domain, busnr, PCI_SLOT(devfn), PCI_FUNC(devfn));
H A Dpci-rcar-gen2.c115 slot = PCI_SLOT(devfn);
H A Dpci-loongson.c215 unsigned int device = PCI_SLOT(devfn);
H A Dpci-v3-semi.c318 int slot = PCI_SLOT(devfn);
410 PCI_SLOT(fn), PCI_FUNC(fn), config, size, *value);
424 PCI_SLOT(fn), PCI_FUNC(fn), config, size, value);
/linux-master/arch/x86/pci/
H A Dirq.c1357 PCI_SLOT(info->devfn) == PCI_SLOT(dev->devfn))
1739 PCI_SLOT(dev->devfn), pin - 1);
1752 PCI_SLOT(bridge->devfn),
/linux-master/drivers/pci/
H A Dof_property.c58 FIELD_PREP(OF_PCI_ADDR_FIELD_DEV, PCI_SLOT(pdev->devfn)) |
H A Dxen-pcifront.c192 pci_domain_nr(bus), bus->number, PCI_SLOT(devfn),
230 PCI_SLOT(devfn), PCI_FUNC(devfn), where, size, val);
431 PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/pci/pcie/
H A Dpme.c201 busnr, PCI_SLOT(devfn), PCI_FUNC(devfn));
H A Daer.c745 pci_domain_nr(dev->bus), bus, PCI_SLOT(devfn),
935 pci_domain_nr(parent->bus), bus, PCI_SLOT(devfn),
1147 PCI_SLOT(entry.devfn), PCI_FUNC(entry.devfn));
1194 domain, bus, PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/arch/x86/hyperv/
H A Dirqdomain.c128 dev_id.pci.bdf.device = PCI_SLOT(data.rid);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-al.c34 if (PCI_SLOT(devfn) > 0)
/linux-master/arch/mips/txx9/generic/
H A Dpci.c273 irq = pcibios_map_irq(dev, PCI_SLOT(dev->devfn), 1); /* INTA */
/linux-master/drivers/spi/
H A Dspi-pxa2xx-pci.c152 dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0));
/linux-master/arch/powerpc/include/asm/
H A Deeh.h158 PCI_SLOT((edev)->bdfn), PCI_FUNC((edev)->bdfn), \
/linux-master/drivers/iommu/amd/
H A Diommu.c625 iommu->pci_seg->id, PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
658 iommu->pci_seg->id, PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
695 iommu->pci_seg->id, PCI_BUS_NUM(devid), PCI_SLOT(devid),
714 iommu->pci_seg->id, PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
758 iommu->pci_seg->id, PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
765 iommu->pci_seg->id, PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
770 iommu->pci_seg->id, PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
783 iommu->pci_seg->id, PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
788 iommu->pci_seg->id, PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
801 iommu->pci_seg->id, PCI_BUS_NUM(devid), PCI_SLOT(devi
[all...]
/linux-master/drivers/misc/mei/
H A Dhw-me.c1539 devfn = PCI_DEVFN(PCI_SLOT(pdev->devfn), 0);
1565 devfn = PCI_DEVFN(PCI_SLOT(pdev->devfn), 0);
1590 devfn = PCI_DEVFN(PCI_SLOT(pdev->devfn), 0);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h598 #define CSIO_PCI_DEV(hw) (PCI_SLOT((hw)->pdev->devfn))
/linux-master/arch/x86/kernel/
H A Dquirks.c544 devfn = PCI_DEVFN(PCI_SLOT(dev->devfn), 0);
/linux-master/drivers/media/pci/bt8xx/
H A Dbt878.c440 PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
/linux-master/arch/alpha/kernel/
H A Dsys_marvel.c352 PCI_SLOT(dev->devfn),

Completed in 475 milliseconds

1234567891011