Home
last modified time | relevance | path

Searched refs:PCI_DEVID (Results 1 – 14 of 14) sorted by relevance

/linux/rust/helpers/
H A Dpci.c7 return PCI_DEVID(dev->bus->number, dev->devfn); in rust_helper_pci_dev_id()
/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c437 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x2)),
449 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x1)),
459 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x1)),
468 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x2)),
/linux/drivers/staging/media/ipu7/
H A Dipu7-bus.c102 PCI_DEVID(pdev->bus->number, pdev->devfn); in ipu7_bus_initialize_device()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-bus.c103 PCI_DEVID(pdev->bus->number, pdev->devfn); in ipu6_bus_initialize_device()
/linux/drivers/vfio/pci/pds/
H A Dvfio_dev.c140 pci_id = PCI_DEVID(pdev->bus->number, pdev->devfn); in pds_vfio_init_device()
H A Dcmds.c55 PCI_DEVID(pdev->bus->number, pdev->devfn)); in pds_vfio_register_client_cmd()
/linux/drivers/pci/pcie/
H A Daer_inject.c433 rperr->source_id |= PCI_DEVID(einj->bus, devfn); in aer_inject()
446 rperr->source_id |= PCI_DEVID(einj->bus, devfn) << 16; in aer_inject()
/linux/drivers/gpu/drm/xe/
H A Dxe_heci_gsc.c148 PCI_DEVID(pdev->bus->number, pdev->devfn); in heci_gsc_add_device()
/linux/drivers/acpi/riscv/
H A Drimt.c79 bdf = PCI_DEVID(pdev->bus->number, pdev->devfn); in rimt_match_node_callback()
/linux/drivers/peci/
H A Drequest.c296 return reg | PCI_DEVID(bus, PCI_DEVFN(dev, func)) << 12; in __get_pci_addr()
/linux/drivers/pci/
H A Dide.c283 rid_end = PCI_DEVID(pci_iov_virtfn_bus(pdev, num_vf - 1), in pci_ide_stream_alloc()
/linux/drivers/perf/
H A Ddwc_pcie_pmu.c700 sbdf = (pci_domain_nr(pdev->bus) << 16) | PCI_DEVID(pdev->bus->number, pdev->devfn); in dwc_pcie_register_dev()
/linux/drivers/pci/controller/
H A Dpcie-altera.c63 (((PCI_DEVID(pcie->root_bus_nr, RP_DEVFN)) << 16) | (tag << 8) | (be))
/linux/include/linux/
H A Dpci.h72 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro
748 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()