Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/pcie/
Dcontroller.h354 .map_length = DT_RANGES_LENGTH_BY_IDX(node_id, idx), \
/Zephyr-latest/include/zephyr/
Ddevicetree.h2133 #define DT_RANGES_LENGTH_BY_IDX(node_id, idx) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2580 #define LENGTH(node_id, idx) DT_RANGES_LENGTH_BY_IDX(node_id, idx), in ZTEST()
2645 #define LENGTH(node_id, idx) DT_RANGES_LENGTH_BY_IDX(node_id, idx), in ZTEST()