Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/pcie/
Dpcie.h54 #define PCIE_ID_IS_VALID(id) ((id != PCIE_ID_NONE) && \ macro
/Zephyr-latest/drivers/pcie/host/
Dshell.c295 if (!PCIE_ID_IS_VALID(data)) { in show()
Dpcie.c388 if (!PCIE_ID_IS_VALID(id)) { in scan_dev()