Home
last modified time | relevance | path

Searched refs:PCIE_CONF_MULTIFUNCTION (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/pcie/host/
Dpcie.c420 if (func == 0 && !PCIE_CONF_MULTIFUNCTION(type)) { in scan_dev()
449 multi = PCIE_CONF_MULTIFUNCTION(type); in pcie_scan()
Dcontroller.c286 multifunction_device = PCIE_CONF_MULTIFUNCTION(data); in pcie_generic_ctrl_enumerate_endpoint()
/Zephyr-latest/include/zephyr/drivers/pcie/
Dpcie.h444 #define PCIE_CONF_MULTIFUNCTION(w) (((w) & 0x00800000U) != 0U) macro