Searched refs:DT_INST_CLOCKS_CELL_BY_IDX (Results 1 – 17 of 17) sorted by relevance
| /Zephyr-latest/include/zephyr/devicetree/ |
| D | clocks.h | 326 #define DT_INST_CLOCKS_CELL_BY_IDX(inst, idx, cell) \ macro 348 DT_INST_CLOCKS_CELL_BY_IDX(inst, 0, cell)
|
| /Zephyr-latest/drivers/pwm/ |
| D | pwm_rcar.c | 258 .mod_clk.module = DT_INST_CLOCKS_CELL_BY_IDX(n, 0, module), \ 259 .mod_clk.domain = DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \ 260 .core_clk.module = DT_INST_CLOCKS_CELL_BY_IDX(n, 1, module), \ 261 .core_clk.domain = DT_INST_CLOCKS_CELL_BY_IDX(n, 1, domain), \
|
| D | pwm_renesas_ra.c | 555 .mstp = (uint32_t)DT_INST_CLOCKS_CELL_BY_IDX(index, 0, mstp), \ 556 .stop_bit = DT_INST_CLOCKS_CELL_BY_IDX(index, 0, stop_bit), \
|
| /Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
| D | eth_nxp_enet_qos.c | 36 .clock_subsys = (void *)DT_INST_CLOCKS_CELL_BY_IDX(n, 0, name), \
|
| /Zephyr-latest/drivers/video/ |
| D | video_mcux_mipi_csi2rx.c | 342 .clock_root = (clock_control_subsys_t)DT_INST_CLOCKS_CELL_BY_IDX(n, 0, name), \ 343 .clock_ui = (clock_control_subsys_t)DT_INST_CLOCKS_CELL_BY_IDX(n, 1, name), \ 344 .clock_esc = (clock_control_subsys_t)DT_INST_CLOCKS_CELL_BY_IDX(n, 2, name), \
|
| /Zephyr-latest/drivers/adc/ |
| D | adc_mcux_adc16.c | 448 .trg_offset = DT_INST_CLOCKS_CELL_BY_IDX(n, 0, offset), \ 449 .trg_bits = DT_INST_CLOCKS_CELL_BY_IDX(n, 0, bits), \ 450 .alt_offset = DT_INST_CLOCKS_CELL_BY_IDX(n, 1, offset), \ 451 .alt_bits = DT_INST_CLOCKS_CELL_BY_IDX(n, 1, bits),
|
| /Zephyr-latest/drivers/rtc/ |
| D | rtc_ll_stm32.c | 118 #if DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_HSE 360 #if DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_HSE in rtc_stm32_init() 1067 #if DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_HSE 1087 #if DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_LSI 1091 #elif DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_LSE 1095 #elif DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_HSE
|
| /Zephyr-latest/drivers/gpio/ |
| D | gpio_rcar.c | 302 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, module), \ 304 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \
|
| /Zephyr-latest/drivers/serial/ |
| D | uart_rcar.c | 548 .mod_clk.module = DT_INST_CLOCKS_CELL_BY_IDX(n, 0, module), \ 549 .mod_clk.domain = DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \ 550 .bus_clk.module = DT_INST_CLOCKS_CELL_BY_IDX(n, 1, module), \ 551 .bus_clk.domain = DT_INST_CLOCKS_CELL_BY_IDX(n, 1, domain), \
|
| /Zephyr-latest/drivers/i2c/ |
| D | i2c_rcar.c | 364 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, module), \ 366 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \
|
| /Zephyr-latest/drivers/display/ |
| D | display_renesas_ra.c | 426 .clock_glcdc_subsys = {.mstp = (uint32_t)DT_INST_CLOCKS_CELL_BY_IDX(id, 0, mstp), \ 427 .stop_bit = DT_INST_CLOCKS_CELL_BY_IDX(id, 0, stop_bit)}, \
|
| /Zephyr-latest/drivers/ptp_clock/ |
| D | ptp_clock_nxp_enet.c | 255 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, name), \
|
| /Zephyr-latest/drivers/can/ |
| D | can_rcar.c | 1196 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, module), \ 1198 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \ 1200 DT_INST_CLOCKS_CELL_BY_IDX(n, 1, module), \ 1202 DT_INST_CLOCKS_CELL_BY_IDX(n, 1, domain), \
|
| /Zephyr-latest/drivers/sdhc/ |
| D | rcar_mmc.c | 2196 .cpg_clk.module = DT_INST_CLOCKS_CELL_BY_IDX(n, 0, module), \ 2197 .cpg_clk.domain = DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \ 2198 .bus_clk.module = DT_INST_CLOCKS_CELL_BY_IDX(n, 1, module), \ 2199 .bus_clk.domain = DT_INST_CLOCKS_CELL_BY_IDX(n, 1, domain), \
|
| /Zephyr-latest/drivers/counter/ |
| D | counter_ll_stm32_rtc.c | 65 #if DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_LSI
|
| /Zephyr-latest/drivers/i2s/ |
| D | i2s_mcux_sai.c | 1189 (clock_control_subsys_t)DT_INST_CLOCKS_CELL_BY_IDX(i2s_id, 0, name), \
|
| /Zephyr-latest/tests/lib/devicetree/api/src/ |
| D | main.c | 2298 zassert_equal(DT_INST_CLOCKS_CELL_BY_IDX(0, 2, bits), 2, ""); in ZTEST() 2299 zassert_equal(DT_INST_CLOCKS_CELL_BY_IDX(0, 2, bus), 8, ""); in ZTEST()
|