Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pcie/host/
Dpcie_ecam.c397 .ranges_count = DT_NUM_RANGES(DT_DRV_INST(n)), \
/Zephyr-latest/include/zephyr/
Ddevicetree.h1837 #define DT_NUM_RANGES(node_id) DT_CAT(node_id, _RANGES_NUM) macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2582 unsigned int count = DT_NUM_RANGES(TEST_RANGES_PCIE); in ZTEST()
2647 unsigned int count = DT_NUM_RANGES(TEST_RANGES_OTHER); in ZTEST()
2691 zassert_equal(DT_NUM_RANGES(TEST_RANGES_EMPTY), 0, ""); in ZTEST()