Home
last modified time | relevance | path

Searched refs:DT_INST_DMAS_CELL_BY_NAME (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-latest/include/zephyr/drivers/dma/
Ddma_stm32.h38 #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)
Ddma_esp32.h34 (DT_INST_DMAS_CELL_BY_NAME(n, name, cell)), \
/Zephyr-latest/soc/atmel/sam0/common/
Datmel_sam0_dt.h27 (DT_INST_DMAS_CELL_BY_NAME(n, name, cell)), \
/Zephyr-latest/include/zephyr/devicetree/
Ddma.h251 #define DT_INST_DMAS_CELL_BY_NAME(inst, name, cell) \ macro
/Zephyr-latest/drivers/spi/
Dspi_gd32.c643 .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)), \
Dspi_sam.c859 .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),
Dspi_xmc4xxx.c609 .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), \
Dspi_mcux_lpspi.c810 .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)}},))
Dspi_smartbond.c1279 .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), \
Dspi_pl022.c989 .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), \
Dspi_andes_atcspi200.c883 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), \
Dspi_mcux_flexcomm.c859 DT_INST_DMAS_CELL_BY_NAME(id, tx, channel), \
870 DT_INST_DMAS_CELL_BY_NAME(id, rx, channel), \
Dspi_mcux_dspi.c847 .dma_slot = DT_INST_DMAS_CELL_BY_NAME( \
870 .dma_slot = DT_INST_DMAS_CELL_BY_NAME( \
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.h58 ((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/
Di2s_sam_ssc.c1030 .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),
Di2s_mcux_flexcomm.c937 DT_INST_DMAS_CELL_BY_NAME(id, tx, channel)), \
950 DT_INST_DMAS_CELL_BY_NAME(id, rx, channel)), \
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_flexio_lcdif.c466 .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/
Dsai.h147 ((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/
Dpcie_ep_iproc.c484 .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/
Dcrypto_si32.c42 #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/
Duart_mcux_lpuart.c1303 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( \
Duart_xmc4xxx.c971 .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), \
Duart_ns16550.c1875 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/
Dudc_smartbond.c1751 .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/
Dvideo_esp32_dvp.c423 .rx_dma_channel = DT_INST_DMAS_CELL_BY_NAME(0, rx, channel),

12