Searched refs:PCI_SLOT (Results 201 - 225 of 250) sorted by relevance

12345678910

/linux-master/drivers/gpu/drm/i915/
H A Di915_pmu.c1242 PCI_SLOT(pdev->devfn) == 2 &&
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c121 name |= PCI_SLOT(pdev->devfn) << 8;
/linux-master/drivers/pci/controller/dwc/
H A Dpci-keystone.c433 reg = CFG_BUS(bus->number) | CFG_DEVICE(PCI_SLOT(devfn)) |
/linux-master/drivers/pci/
H A Dpci.c6269 PCI_SLOT(devfn_from), PCI_FUNC(devfn_from));
6272 PCI_SLOT(devfn_from), PCI_FUNC(devfn_from),
6273 PCI_SLOT(devfn_to), PCI_FUNC(devfn_to));
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c1270 PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c1275 PCI_SLOT(fault->func), PCI_FUNC(fault->func));
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c810 hba->pci_devno = PCI_SLOT(hba->pcidev->devfn);
/linux-master/arch/powerpc/platforms/4xx/
H A Dpci.c1572 PCI_SLOT(devfn) != 0)
/linux-master/drivers/pci/controller/
H A Dpci-aardvark.c1094 if (pci_is_root_bus(bus) && PCI_SLOT(devfn) != 0)
H A Dpci-hyperv.c1007 wslot.bits.dev = PCI_SLOT(devfn);
2327 slot_nr = PCI_SLOT(wslot_to_devfn(hpdev->desc.win_slot.slot));
/linux-master/drivers/scsi/bfa/
H A Dbfad.c750 bfad->hal_pcidev.pci_slot = PCI_SLOT(pdev->devfn);
/linux-master/drivers/comedi/drivers/
H A Dadl_pci9118.c1448 PCI_SLOT(pcidev->devfn) != slot)
/linux-master/drivers/spi/
H A Dspi-topcliff-pch.c839 PCI_DEVFN(PCI_SLOT(data->board_dat->pdev->devfn), 0));
/linux-master/arch/powerpc/sysdev/
H A Dmpic.c478 PCI_SLOT(devfn), PCI_FUNC(devfn),
/linux-master/drivers/tty/serial/
H A Dpch_uart.c680 PCI_DEVFN(PCI_SLOT(priv->pdev->devfn), 0));
/linux-master/drivers/video/fbdev/
H A Dtgafb.c1522 PCI_SLOT(to_pci_dev(dev)->devfn),
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_app.c478 adpinfo.pci_dev = PCI_SLOT(mrioc->pdev->devfn);
/linux-master/drivers/ata/
H A Dahci.c1311 return slot == PCI_SLOT(pdev->devfn);
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4303 if ((PCI_SLOT(btv->c.pci->devfn) & ~3) != 0xC) {
4308 if (PCI_SLOT(btv->c.pci->devfn) != 0xD)
/linux-master/drivers/edac/
H A Damd64_edac.c1716 (PCI_SLOT(dev->devfn) == PCI_SLOT(related->devfn)))
/linux-master/drivers/media/pci/cx88/
H A Dcx88-cards.c3709 core->pci_slot = PCI_SLOT(pci->devfn);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c1215 PCI_SLOT(edev->pdev->devfn), PCI_FUNC(edev->pdev->devfn),
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-core.c942 dev->pci_slot = PCI_SLOT(dev->pci->devfn);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c76 PCI_SLOT(pe->rid), PCI_FUNC(pe->rid));
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1930 wx->bus.device = PCI_SLOT(pdev->devfn);

Completed in 645 milliseconds

12345678910