/Zephyr-latest/include/zephyr/drivers/dma/ |
D | dma_stm32.h | 38 #define STM32_DMA_SLOT(id, dir, slot) DT_INST_DMAS_CELL_BY_NAME(id, dir, slot) 48 DT_INST_DMAS_CELL_BY_NAME(id, dir, features) 54 DT_INST_DMAS_CELL_BY_NAME(id, dir, channel_config)
|
D | dma_esp32.h | 34 (DT_INST_DMAS_CELL_BY_NAME(n, name, cell)), \
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | atmel_sam0_dt.h | 27 (DT_INST_DMAS_CELL_BY_NAME(n, name, cell)), \
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | dma.h | 251 #define DT_INST_DMAS_CELL_BY_NAME(inst, name, cell) \ macro
|
/Zephyr-latest/drivers/spi/ |
D | spi_gd32.c | 643 .channel = DT_INST_DMAS_CELL_BY_NAME(idx, dir, channel), \ 646 (DT_INST_DMAS_CELL_BY_NAME(idx, dir, slot)), (0)), \ 647 .config = DT_INST_DMAS_CELL_BY_NAME(idx, dir, config), \ 650 (DT_INST_DMAS_CELL_BY_NAME(idx, dir, fifo_threshold)), \
|
D | spi_sam.c | 859 .dma_tx_channel = DT_INST_DMAS_CELL_BY_NAME(n, tx, channel), \ 860 .dma_tx_perid = DT_INST_DMAS_CELL_BY_NAME(n, tx, perid), \ 861 .dma_rx_channel = DT_INST_DMAS_CELL_BY_NAME(n, rx, channel), \ 862 .dma_rx_perid = DT_INST_DMAS_CELL_BY_NAME(n, rx, perid),
|
D | spi_xmc4xxx.c | 609 .dma_channel = DT_INST_DMAS_CELL_BY_NAME(index, dir, channel), \ 611 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(index, dir, config), \ 613 .channel_priority = DT_INST_DMAS_CELL_BY_NAME(index, dir, priority), \
|
D | spi_mcux_lpspi.c | 810 .channel = DT_INST_DMAS_CELL_BY_NAME(n, tx, mux), \ 816 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, tx, source)}},)) \ 820 .channel = DT_INST_DMAS_CELL_BY_NAME(n, rx, mux), \ 826 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, rx, source)}},))
|
D | spi_smartbond.c | 1279 .tx_dma_chan = DT_INST_DMAS_CELL_BY_NAME(id, tx, channel), \ 1280 .tx_slot_mux = (uint8_t)DT_INST_DMAS_CELL_BY_NAME(id, tx, config), \ 1288 .rx_dma_chan = DT_INST_DMAS_CELL_BY_NAME(id, rx, channel), \ 1289 .rx_slot_mux = (uint8_t)DT_INST_DMAS_CELL_BY_NAME(id, rx, config), \
|
D | spi_pl022.c | 989 .channel = DT_INST_DMAS_CELL_BY_NAME(idx, dir, channel), \ 990 .slot = DT_INST_DMAS_CELL_BY_NAME(idx, dir, slot), \ 991 .channel_config = DT_INST_DMAS_CELL_BY_NAME(idx, dir, channel_config), \
|
D | spi_andes_atcspi200.c | 883 DT_INST_DMAS_CELL_BY_NAME(id, dir, channel_config) 888 DT_INST_DMAS_CELL_BY_NAME(index, dir, channel), \ 891 DT_INST_DMAS_CELL_BY_NAME(index, dir, slot), \
|
D | spi_mcux_flexcomm.c | 859 DT_INST_DMAS_CELL_BY_NAME(id, tx, channel), \ 870 DT_INST_DMAS_CELL_BY_NAME(id, rx, channel), \
|
D | spi_mcux_dspi.c | 847 .dma_slot = DT_INST_DMAS_CELL_BY_NAME( \ 870 .dma_slot = DT_INST_DMAS_CELL_BY_NAME( \
|
/Zephyr-latest/drivers/dai/nxp/esai/ |
D | esai.h | 58 ((DT_INST_DMAS_CELL_BY_NAME(inst, dir, channel) & GENMASK(7, 0)) |\ 59 ((DT_INST_DMAS_CELL_BY_NAME(inst, dir, mux) << 8) & GENMASK(15, 8)))
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_sam_ssc.c | 1030 .dma_channel = DT_INST_DMAS_CELL_BY_NAME(0, rx, channel), 1031 .dma_perid = DT_INST_DMAS_CELL_BY_NAME(0, rx, perid), 1040 .dma_channel = DT_INST_DMAS_CELL_BY_NAME(0, tx, channel), 1041 .dma_perid = DT_INST_DMAS_CELL_BY_NAME(0, tx, perid),
|
D | i2s_mcux_flexcomm.c | 937 DT_INST_DMAS_CELL_BY_NAME(id, tx, channel)), \ 950 DT_INST_DMAS_CELL_BY_NAME(id, rx, channel)), \
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_nxp_flexio_lcdif.c | 466 .channel = DT_INST_DMAS_CELL_BY_NAME(n, tx, mux), \ 472 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, tx, source) \
|
/Zephyr-latest/drivers/dai/nxp/sai/ |
D | sai.h | 147 ((DT_INST_DMAS_CELL_BY_NAME(inst, dir, channel) & GENMASK(7, 0)) |\ 148 ((DT_INST_DMAS_CELL_BY_NAME(inst, dir, mux) << 8) & GENMASK(15, 8)))
|
/Zephyr-latest/drivers/pcie/endpoint/ |
D | pcie_ep_iproc.c | 484 .pl330_tx_chan_id = DT_INST_DMAS_CELL_BY_NAME(0, txdma, channel), 485 .pl330_rx_chan_id = DT_INST_DMAS_CELL_BY_NAME(0, rxdma, channel),
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_si32.c | 42 #define DMA_CHANNEL_ID_RX DT_INST_DMAS_CELL_BY_NAME(0, rx, channel) 43 #define DMA_CHANNEL_ID_TX DT_INST_DMAS_CELL_BY_NAME(0, tx, channel) 44 #define DMA_CHANNEL_ID_XOR DT_INST_DMAS_CELL_BY_NAME(0, xor, channel)
|
/Zephyr-latest/drivers/serial/ |
D | uart_mcux_lpuart.c | 1303 DT_INST_DMAS_CELL_BY_NAME(id, tx, mux), \ 1315 .dma_slot = DT_INST_DMAS_CELL_BY_NAME( \ 1326 DT_INST_DMAS_CELL_BY_NAME(id, rx, mux), \ 1338 .dma_slot = DT_INST_DMAS_CELL_BY_NAME( \
|
D | uart_xmc4xxx.c | 971 .dma_channel = DT_INST_DMAS_CELL_BY_NAME(index, dir, channel), \ 973 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(index, dir, config), \ 975 .channel_priority = DT_INST_DMAS_CELL_BY_NAME(index, dir, priority), \
|
D | uart_ns16550.c | 1875 DT_INST_DMAS_CELL_BY_NAME(n, tx, channel), \ 1885 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, tx, channel), \ 1894 DT_INST_DMAS_CELL_BY_NAME(n, rx, channel), \ 1904 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, rx, channel), \
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_smartbond.c | 1751 .tx_chan = DT_INST_DMAS_CELL_BY_NAME(n, tx, channel), \ 1752 .tx_slot_mux = DT_INST_DMAS_CELL_BY_NAME(n, tx, config), \ 1754 .rx_chan = DT_INST_DMAS_CELL_BY_NAME(n, rx, channel), \ 1755 .rx_slot_mux = DT_INST_DMAS_CELL_BY_NAME(n, rx, config), \
|
/Zephyr-latest/drivers/video/ |
D | video_esp32_dvp.c | 423 .rx_dma_channel = DT_INST_DMAS_CELL_BY_NAME(0, rx, channel),
|