Home
last modified time | relevance | path

Searched refs:PCIE_BDF_TO_FUNC (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/drivers/pcie/host/
Dcontroller.c137 PCIE_BDF_TO_BUS(bdf), PCIE_BDF_TO_DEV(bdf), PCIE_BDF_TO_FUNC(bdf), in pcie_generic_ctrl_enumerate_bars()
149 PCIE_BDF_TO_BUS(bdf), PCIE_BDF_TO_DEV(bdf), PCIE_BDF_TO_FUNC(bdf), in pcie_generic_ctrl_enumerate_bars()
291 PCIE_BDF_TO_BUS(bdf), PCIE_BDF_TO_DEV(bdf), PCIE_BDF_TO_FUNC(bdf), in pcie_generic_ctrl_enumerate_endpoint()
301 if (PCIE_BDF_TO_FUNC(bdf) == 0 && !multifunction_device) { in pcie_generic_ctrl_enumerate_endpoint()
326 PCIE_BDF_TO_FUNC(bdf) == PCIE_BDF_FUNC_MASK) { in pcie_bdf_bus_next()
332 ((PCIE_BDF_TO_FUNC(bdf) + 1) / (PCIE_BDF_FUNC_MASK + 1))), in pcie_bdf_bus_next()
333 ((PCIE_BDF_TO_FUNC(bdf) + 1) & PCIE_BDF_FUNC_MASK)); in pcie_bdf_bus_next()
Dshell.c302 PCIE_BDF_TO_FUNC(bdf), in show()
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/pcie/
Dpcie.h67 #define PCIE_BDF_TO_FUNC(bdf) \ macro
/Zephyr-Core-3.5.0/include/zephyr/drivers/pcie/
Dmsi.h40 PCIE_BDF_TO_FUNC(bdf))
/Zephyr-Core-3.5.0/arch/x86/core/
Dpcie.c74 PCIE_BDF_TO_FUNC(bdf)); in pcie_mm_conf()
303 id.bits.function = PCIE_BDF_TO_FUNC(vector->bdf); in arch_pcie_msi_vector_connect()
/Zephyr-Core-3.5.0/drivers/disk/nvme/
Dnvme_controller.c338 PCIE_BDF_TO_FUNC(nvme_ctrlr_cfg->pcie->bdf)); in nvme_controller_pcie_configure()