Searched refs:PCI_FUNC (Results 76 - 100 of 208) sorted by relevance

123456789

/linux-master/drivers/pci/controller/
H A Dpcie-hisi-error.c167 domain, busnr, PCI_SLOT(devfn), PCI_FUNC(devfn));
H A Dpci-rcar-gen2.c111 if (!pci_is_root_bus(bus) || PCI_FUNC(devfn))
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),
764 writel(PCIE_CONF_ADDR(where, PCI_FUNC(devfn), PCI_SLOT(devfn),
779 u32 func = PCI_FUNC(port->slot);
H A Dpci-v3-semi.c330 address = PCI_FUNC(devfn) << 8;
410 PCI_SLOT(fn), PCI_FUNC(fn), config, size, *value);
424 PCI_SLOT(fn), PCI_FUNC(fn), config, size, value);
/linux-master/drivers/pci/
H A Dof_property.c59 FIELD_PREP(OF_PCI_ADDR_FIELD_FUNC, PCI_FUNC(pdev->devfn));
H A Dxen-pcifront.c193 PCI_FUNC(devfn), where, size);
230 PCI_SLOT(devfn), PCI_FUNC(devfn), where, size, val);
431 PCI_SLOT(devfn), PCI_FUNC(devfn));
H A Dproc.c436 sprintf(name, "%02x.%x", PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
/linux-master/drivers/pci/pcie/
H A Dpme.c201 busnr, PCI_SLOT(devfn), PCI_FUNC(devfn));
H A Daer.c746 PCI_FUNC(devfn));
936 PCI_FUNC(devfn));
1147 PCI_SLOT(entry.devfn), PCI_FUNC(entry.devfn));
1194 domain, bus, PCI_SLOT(devfn), PCI_FUNC(devfn));
H A Daspm.c265 if (PCI_FUNC(child->devfn) == 0)
434 child_old_ccc[PCI_FUNC(child->devfn)] = reg16 & PCI_EXP_LNKCTL_CCC;
450 child_old_ccc[PCI_FUNC(child->devfn)]);
/linux-master/arch/x86/hyperv/
H A Dirqdomain.c129 dev_id.pci.bdf.function = PCI_FUNC(data.rid);
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c240 if ((ahc->features & AHC_MULTI_FUNC) && PCI_FUNC(pdev->devfn) != 0)
H A Daic7xxx_osm.h478 return (PCI_FUNC(pci->devfn));
H A Daic79xx_osm.h468 return (PCI_FUNC(pci->devfn));
/linux-master/arch/mips/txx9/generic/
H A Dpci.c62 if (PCI_FUNC(pci_devfn))
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c25 PCI_FUNC(accel_to_pci_dev(vf)->devfn) +
/linux-master/drivers/spi/
H A Dspi-pxa2xx-pci.c201 switch (PCI_FUNC(dev->devfn)) {
/linux-master/arch/powerpc/include/asm/
H A Deeh.h158 PCI_SLOT((edev)->bdfn), PCI_FUNC((edev)->bdfn), \
/linux-master/drivers/edac/
H A Di7300_edac.c947 switch (PCI_FUNC(pdev->devfn)) {
1035 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));
1038 if (PCI_FUNC(pdev->devfn) != 0)
/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),
696 PCI_FUNC(devid), domain_id);
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(devid), PCI_FUNC(devi
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h599 #define CSIO_PCI_FUNC(hw) (PCI_FUNC((hw)->pdev->devfn))
/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.c353 PCI_FUNC(dev->devfn),
/linux-master/arch/x86/pci/
H A Dcommon.c662 (PCI_FUNC(dev->devfn) == rom->function) &&
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.c755 PCI_FUNC(ctrl->pdev->devfn));
808 PCI_FUNC(ctrl->pdev->devfn));
879 PCI_FUNC(phba->pcidev->devfn));
1008 pci_func_id, ctxt, PCI_FUNC(ctrl->pdev->devfn));

Completed in 523 milliseconds

123456789