Searched refs:DT_DEP_ORD (Results 1 – 16 of 16) sorted by relevance
/Zephyr-Core-3.4.0/drivers/clock_control/ |
D | clock_control_smartbond.c | 26 case DT_DEP_ORD(DT_NODELABEL(rc32k)): in smartbond_clock_control_on() 29 case DT_DEP_ORD(DT_NODELABEL(rcx)): in smartbond_clock_control_on() 32 case DT_DEP_ORD(DT_NODELABEL(xtal32k)): in smartbond_clock_control_on() 35 case DT_DEP_ORD(DT_NODELABEL(rc32m)): in smartbond_clock_control_on() 38 case DT_DEP_ORD(DT_NODELABEL(xtal32m)): in smartbond_clock_control_on() 42 case DT_DEP_ORD(DT_NODELABEL(pll)): in smartbond_clock_control_on() 68 case DT_DEP_ORD(DT_NODELABEL(rc32k)): in smartbond_clock_control_off() 74 case DT_DEP_ORD(DT_NODELABEL(rcx)): in smartbond_clock_control_off() 80 case DT_DEP_ORD(DT_NODELABEL(xtal32k)): in smartbond_clock_control_off() 86 case DT_DEP_ORD(DT_NODELABEL(rc32m)): in smartbond_clock_control_off() [all …]
|
D | clock_control_ifx_cat1.c | 17 #define GET_CLK_SOURCE_ORD(N) DT_DEP_ORD(DT_CLOCKS_CTLR_BY_IDX(DT_NODELABEL(N), 0)) 103 [INFINEON_CAT1_CLOCK_IMO] = { .dt_ord = DT_DEP_ORD(DT_NODELABEL(clk_imo)) }, 106 [INFINEON_CAT1_CLOCK_PATHMUX0] = { .dt_ord = DT_DEP_ORD(DT_NODELABEL(path_mux0)) }, 110 [INFINEON_CAT1_CLOCK_PATHMUX1] = { .dt_ord = DT_DEP_ORD(DT_NODELABEL(path_mux1)) }, 114 [INFINEON_CAT1_CLOCK_PATHMUX2] = { .dt_ord = DT_DEP_ORD(DT_NODELABEL(path_mux2)) }, 118 [INFINEON_CAT1_CLOCK_PATHMUX3] = { .dt_ord = DT_DEP_ORD(DT_NODELABEL(path_mux3)) }, 122 [INFINEON_CAT1_CLOCK_PATHMUX4] = { .dt_ord = DT_DEP_ORD(DT_NODELABEL(path_mux4)) }, 126 [INFINEON_CAT1_CLOCK_HF0] = { .dt_ord = DT_DEP_ORD(DT_NODELABEL(clk_hf0)) }, 130 [INFINEON_CAT1_CLOCK_HF1] = { .dt_ord = DT_DEP_ORD(DT_NODELABEL(clk_hf1)) }, 134 [INFINEON_CAT1_CLOCK_HF2] = { .dt_ord = DT_DEP_ORD(DT_NODELABEL(clk_hf2)) }, [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/devicetree/ |
D | ordinals.h | 25 #define DT_DEP_ORD(node_id) DT_CAT(node_id, _ORD) macro 71 #define DT_INST_DEP_ORD(inst) DT_DEP_ORD(DT_DRV_INST(inst))
|
/Zephyr-Core-3.4.0/soc/arm/nxp_imx/rt/ |
D | soc.h | 29 #if (DT_DEP_ORD(DT_NODELABEL(ocram)) != DT_DEP_ORD(DT_CHOSEN(zephyr_sram))) && \
|
D | mpu_regions.c | 9 #define IS_CHOSEN_SRAM(x) (DT_DEP_ORD(DT_NODELABEL(x)) == DT_DEP_ORD(DT_CHOSEN(zephyr_sram)))
|
D | linker.ld | 9 #define IS_CHOSEN_SRAM(x) (DT_DEP_ORD(DT_NODELABEL(x)) == DT_DEP_ORD(DT_CHOSEN(zephyr_sram)))
|
D | sections.ld | 9 #define IS_CHOSEN_SRAM(x) (DT_DEP_ORD(DT_NODELABEL(x)) == DT_DEP_ORD(DT_CHOSEN(zephyr_sram)))
|
D | soc_rt10xx.c | 338 #if (DT_DEP_ORD(DT_NODELABEL(ocram)) != DT_DEP_ORD(DT_CHOSEN(zephyr_sram))) && \ in z_arm_platform_init()
|
D | soc_rt11xx.c | 701 #if (DT_DEP_ORD(DT_NODELABEL(ocram)) != DT_DEP_ORD(DT_CHOSEN(zephyr_sram))) && \ in z_arm_platform_init()
|
/Zephyr-Core-3.4.0/drivers/regulator/ |
D | regulator_fake.c | 75 #define FAKE_DATA_NAME(node_id) _CONCAT(data_, DT_DEP_ORD(node_id)) 76 #define FAKE_CONF_NAME(node_id) _CONCAT(config_, DT_DEP_ORD(node_id))
|
/Zephyr-Core-3.4.0/tests/lib/devicetree/api/src/ |
D | main.c | 1726 zassert_equal(DT_DEP_ORD(DT_SPI_DEV_CS_GPIOS_CTLR(TEST_SPI_DEV_0)), in ZTEST() 1727 DT_DEP_ORD(DT_NODELABEL(test_gpio_1)), in ZTEST() 2254 #define DEP_ORD_AND_COMMA(node_id) DT_DEP_ORD(node_id), 2259 DT_DEP_ORD(node_id), \ 2260 DT_DEP_ORD(DT_PARENT(node_id)), \ 2275 unsigned int root_ord = DT_DEP_ORD(DT_ROOT), in ZTEST() 2276 test_ord = DT_DEP_ORD(DT_PATH(test)), in ZTEST() 2291 zassert_true(DT_DEP_ORD(DT_NODELABEL(test_child_a)) > in ZTEST() 2292 DT_DEP_ORD(DT_NODELABEL(test_children)), ""); in ZTEST() 2293 zassert_true(DT_DEP_ORD(DT_NODELABEL(test_irq)) > in ZTEST() [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/ |
D | device.h | 95 #define Z_DEVICE_DT_DEV_ID(node_id) _CONCAT(dts_ord_, DT_DEP_ORD(node_id)) 832 (DT_DEP_ORD(node_id), DT_REQUIRES_DEP_ORDS(node_id)), \
|
D | devicetree.h | 568 (DT_DEP_ORD(node_id1) == (DT_DEP_ORD(node_id2)))
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/pcie/ |
D | pcie.h | 59 #define Z_DEVICE_PCIE_NAME(node_id) _CONCAT(pcie_dev_, DT_DEP_ORD(node_id))
|
/Zephyr-Core-3.4.0/tests/lib/devicetree/devices/src/ |
D | main.c | 54 NULL, NULL, POST_KERNEL, 70, NULL, DT_DEP_ORD(TEST_DEVB), 999);
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-2.5.rst | 802 - :c:macro:`DT_DEP_ORD`, :c:macro:`DT_INST_DEP_ORD`
|