Searched refs:DT_NUM_RANGES (Results 1 – 3 of 3) sorted by relevance
397 .ranges_count = DT_NUM_RANGES(DT_DRV_INST(n)), \
1652 #define DT_NUM_RANGES(node_id) DT_CAT(node_id, _RANGES_NUM) macro
2177 unsigned int count = DT_NUM_RANGES(TEST_RANGES_PCIE); in ZTEST()2242 unsigned int count = DT_NUM_RANGES(TEST_RANGES_OTHER); in ZTEST()2286 zassert_equal(DT_NUM_RANGES(TEST_RANGES_EMPTY), 0, ""); in ZTEST()