Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pcie/host/
Dpcie.c398 if (scan_flag(opt, PCIE_SCAN_RECURSIVE)) { in scan_dev()
413 if (scan_flag(opt, PCIE_SCAN_RECURSIVE) && secondary != 0) { in scan_dev()
450 if (opt->bus == 0 && scan_flag(opt, PCIE_SCAN_RECURSIVE) && multi) { in pcie_scan()
509 .flags = PCIE_SCAN_RECURSIVE, in pcie_init()
Dshell.c363 .flags = (PCIE_SCAN_RECURSIVE | PCIE_SCAN_CB_ALL), in cmd_pcie_ls()
/Zephyr-latest/include/zephyr/drivers/pcie/
Dpcie.h195 PCIE_SCAN_RECURSIVE = BIT(0), enumerator