Searched refs:PCI_DEVID (Results 1 – 14 of 14) sorted by relevance
| /linux/rust/helpers/ |
| H A D | pci.c | 7 return PCI_DEVID(dev->bus->number, dev->devfn); in rust_helper_pci_dev_id()
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_laptop.c | 437 .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 D | ipu7-bus.c | 102 PCI_DEVID(pdev->bus->number, pdev->devfn); in ipu7_bus_initialize_device()
|
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-bus.c | 103 PCI_DEVID(pdev->bus->number, pdev->devfn); in ipu6_bus_initialize_device()
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | vfio_dev.c | 140 pci_id = PCI_DEVID(pdev->bus->number, pdev->devfn); in pds_vfio_init_device()
|
| H A D | cmds.c | 55 PCI_DEVID(pdev->bus->number, pdev->devfn)); in pds_vfio_register_client_cmd()
|
| /linux/drivers/pci/pcie/ |
| H A D | aer_inject.c | 433 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 D | xe_heci_gsc.c | 148 PCI_DEVID(pdev->bus->number, pdev->devfn); in heci_gsc_add_device()
|
| /linux/drivers/acpi/riscv/ |
| H A D | rimt.c | 79 bdf = PCI_DEVID(pdev->bus->number, pdev->devfn); in rimt_match_node_callback()
|
| /linux/drivers/peci/ |
| H A D | request.c | 296 return reg | PCI_DEVID(bus, PCI_DEVFN(dev, func)) << 12; in __get_pci_addr()
|
| /linux/drivers/pci/ |
| H A D | ide.c | 283 rid_end = PCI_DEVID(pci_iov_virtfn_bus(pdev, num_vf - 1), in pci_ide_stream_alloc()
|
| /linux/drivers/perf/ |
| H A D | dwc_pcie_pmu.c | 700 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 D | pcie-altera.c | 63 (((PCI_DEVID(pcie->root_bus_nr, RP_DEVFN)) << 16) | (tag << 8) | (be))
|
| /linux/include/linux/ |
| H A D | pci.h | 72 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro 748 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()
|