Home
last modified time | relevance | path

Searched refs:DT_DMAS_CELL_BY_NAME (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/include/zephyr/devicetree/
Ddma.h220 #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/
Dec_host_cmd_backend_spi_stm32.c189 .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/
Dusb_dc_smartbond.c147 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/
Dflash_stm32_qspi.c1568 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), \
Dflash_stm32_xspi.c2354 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), \
Dflash_stm32_ospi.c2536 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/
Dsdmmc_stm32.c753 .channel_nb = DT_DMAS_CELL_BY_NAME( \
/Zephyr-latest/doc/build/dts/
Dphandles.rst359 - :c:macro:`DT_DMAS_CELL_BY_NAME`
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.c79 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/
Dmain.c1306 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()