Searched refs:DT_DMAS_CELL_BY_NAME (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | dma.h | 220 #define DT_DMAS_CELL_BY_NAME(node_id, name, cell) \ macro 252 DT_DMAS_CELL_BY_NAME(DT_DRV_INST(inst), name, cell)
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_spi_stm32.c | 189 .channel = DT_DMAS_CELL_BY_NAME(id, dir, channel), \ 192 .dma_slot = DT_DMAS_CELL_BY_NAME(id, dir, slot), \ 194 DT_DMAS_CELL_BY_NAME(id, dir, channel_config)), \ 196 DT_DMAS_CELL_BY_NAME(id, dir, channel_config)), \ 198 DT_DMAS_CELL_BY_NAME(id, dir, channel_config)), \ 202 DT_DMAS_CELL_BY_NAME(id, dir, channel_config)), \
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_smartbond.c | 147 DT_DMAS_CELL_BY_NAME(DT_NODELABEL(usbd), tx, channel), 149 DT_DMAS_CELL_BY_NAME(DT_NODELABEL(usbd), tx, config), 153 DT_DMAS_CELL_BY_NAME(DT_NODELABEL(usbd), rx, channel), 155 DT_DMAS_CELL_BY_NAME(DT_NODELABEL(usbd), rx, config),
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_qspi.c | 1568 DT_DMAS_CELL_BY_NAME(node, dir, channel_config) 1572 .channel = DT_DMAS_CELL_BY_NAME(node, dir, channel), \ 1576 .dma_slot = DT_DMAS_CELL_BY_NAME(node, dir, slot), \
|
D | flash_stm32_xspi.c | 2354 DT_DMAS_CELL_BY_NAME(node, dir, channel_config) 2358 .channel = DT_DMAS_CELL_BY_NAME(node, dir, channel), \ 2362 .dma_slot = DT_DMAS_CELL_BY_NAME(node, dir, slot), \
|
D | flash_stm32_ospi.c | 2536 DT_DMAS_CELL_BY_NAME(node, dir, channel_config) 2540 .channel = DT_DMAS_CELL_BY_NAME(node, dir, channel), \ 2544 .dma_slot = DT_DMAS_CELL_BY_NAME(node, dir, slot), \
|
/Zephyr-latest/drivers/disk/ |
D | sdmmc_stm32.c | 753 .channel_nb = DT_DMAS_CELL_BY_NAME( \
|
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 359 - :c:macro:`DT_DMAS_CELL_BY_NAME`
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp.c | 79 DT_DMAS_CELL_BY_NAME(node_id, tx, channel), \ 83 DT_DMAS_CELL_BY_NAME(node_id, rx, channel), \
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 1306 zassert_equal(DT_DMAS_CELL_BY_NAME(TEST_TEMP, rx, channel), 3, ""); in ZTEST() 1308 zassert_equal(DT_DMAS_CELL_BY_NAME(TEST_TEMP, rx, slot), 4, ""); in ZTEST()
|