Home
last modified time | relevance | path

Searched refs:dest_addr_adj (Results 1 – 25 of 44) sorted by relevance

12

/Zephyr-latest/drivers/dma/
Ddma_rpi_pico.c139 if (dma_cfg->head_block->dest_addr_adj == DMA_ADDR_ADJ_DECREMENT) { in dma_rpi_pico_config()
149 if (dma_cfg->head_block->dest_addr_adj != DMA_ADDR_ADJ_INCREMENT && in dma_rpi_pico_config()
150 dma_cfg->head_block->dest_addr_adj != DMA_ADDR_ADJ_NO_CHANGE) { in dma_rpi_pico_config()
151 LOG_ERR("invalid dest_addr_adj %" PRIu16, dma_cfg->head_block->dest_addr_adj); in dma_rpi_pico_config()
188 dma_cfg->head_block->dest_addr_adj == in dma_rpi_pico_config()
Ddma_gd32.c371 if (dma_cfg->head_block->dest_addr_adj == DMA_ADDR_ADJ_DECREMENT) { in dma_gd32_config()
382 if (dma_cfg->head_block->dest_addr_adj != DMA_ADDR_ADJ_INCREMENT && in dma_gd32_config()
383 dma_cfg->head_block->dest_addr_adj != DMA_ADDR_ADJ_NO_CHANGE) { in dma_gd32_config()
385 dma_cfg->head_block->dest_addr_adj); in dma_gd32_config()
431 dst_cfg.adj = dma_cfg->head_block->dest_addr_adj; in dma_gd32_config()
Ddma_pl330.c492 channel_cfg->dst_addr_adj = cfg->head_block->dest_addr_adj; in dma_pl330_configure()
508 if (cfg->head_block->dest_addr_adj == DMA_ADDR_ADJ_INCREMENT || in dma_pl330_configure()
509 cfg->head_block->dest_addr_adj == DMA_ADDR_ADJ_NO_CHANGE) { in dma_pl330_configure()
510 channel_cfg->dst_addr_adj = cfg->head_block->dest_addr_adj; in dma_pl330_configure()
Ddma_nxp_edma.h504 switch (dma_cfg->head_block->dest_addr_adj) { in set_slast_dlast()
513 dma_cfg->head_block->dest_addr_adj); in set_slast_dlast()
Ddma_silabs_ldma.c169 if (block->dest_addr_adj == DMA_ADDR_ADJ_NO_CHANGE) { in dma_silabs_block_to_descriptor()
384 switch (config->head_block->dest_addr_adj) { in dma_silabs_configure()
Ddma_xilinx_axi_dma.c891 if (dma_cfg->head_block->dest_addr_adj == DMA_ADDR_ADJ_DECREMENT) { in dma_xilinx_axi_dma_configure()
901 if (dma_cfg->head_block->dest_addr_adj != DMA_ADDR_ADJ_INCREMENT && in dma_xilinx_axi_dma_configure()
902 dma_cfg->head_block->dest_addr_adj != DMA_ADDR_ADJ_NO_CHANGE) { in dma_xilinx_axi_dma_configure()
903 LOG_ERR("invalid dest_addr_adj %" PRIu16, dma_cfg->head_block->dest_addr_adj); in dma_xilinx_axi_dma_configure()
Ddma_mchp_xec.c254 (block->dest_addr_adj == DMA_ADDR_ADJ_DECREMENT)) { in check_blocks()
410 if (block->dest_addr_adj == DMA_ADDR_ADJ_INCREMENT) { in dma_xec_configure()
421 if (block->dest_addr_adj == DMA_ADDR_ADJ_INCREMENT) { in dma_xec_configure()
Ddma_andes_atcdmac300.c258 switch (cfg_blocks->dest_addr_adj) { in dma_atcdmac300_config()
349 switch (cfg_blocks->dest_addr_adj) { in dma_atcdmac300_config()
Ddma_stm32.c404 memory_addr_adj = config->head_block->dest_addr_adj; in dma_stm32_configure()
409 periph_addr_adj = config->head_block->dest_addr_adj; in dma_stm32_configure()
Ddma_max32.c104 mxc_dma_cfg.dstinc_en = max32_dma_addr_adj(config->head_block->dest_addr_adj); in max32_dma_config()
Ddma_si32.c327 switch (block->dest_addr_adj) { in dma_si32_config()
Ddma_stm32_bdma.c611 memory_addr_adj = config->head_block->dest_addr_adj; in bdma_stm32_configure()
616 periph_addr_adj = config->head_block->dest_addr_adj; in bdma_stm32_configure()
Ddma_stm32u5.c471 switch (config->head_block->dest_addr_adj) { in dma_stm32_configure()
482 config->head_block->dest_addr_adj); in dma_stm32_configure()
Ddma_sam0.c230 switch (block->dest_addr_adj) { in dma_sam0_config()
/Zephyr-latest/drivers/spi/
Dspi_andes_atcspi200.c341 data->dma_tx.dma_blk_cfg.dest_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_dma_tx_load()
343 data->dma_tx.dma_blk_cfg.dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_tx_load()
389 next_blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_dma_tx_load()
391 next_blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_tx_load()
441 data->dma_rx.dma_blk_cfg.dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_rx_load()
445 data->dma_rx.dma_blk_cfg.dest_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_dma_rx_load()
447 data->dma_rx.dma_blk_cfg.dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_rx_load()
490 next_blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_rx_load()
494 next_blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_dma_rx_load()
496 next_blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_rx_load()
Dspi_mcux_flexcomm.c420 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_mcux_dma_tx_load()
430 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_mcux_dma_tx_load()
437 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_mcux_dma_tx_load()
463 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_mcux_dma_tx_load()
Dspi_ll_stm32.c194 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_stm32_dma_tx_load()
196 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_stm32_dma_tx_load()
240 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_stm32_dma_rx_load()
244 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_stm32_dma_rx_load()
246 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_stm32_dma_rx_load()
Dspi_smartbond.c869 tx_block->dest_addr_adj = 0x2; in spi_smartbond_dma_config()
901 rx_block->dest_addr_adj = 0x0; in spi_smartbond_dma_config()
943 rx_block->dest_addr_adj = 0x0; in spi_smartbond_dma_trigger()
1004 rx_block->dest_addr_adj = 0x0; in spi_smartbond_dma_trigger()
1007 rx_block->dest_addr_adj = 0x2; in spi_smartbond_dma_trigger()
Dspi_gd32.c286 block_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_gd32_dma_setup()
302 block_cfg->dest_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_gd32_dma_setup()
305 block_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_gd32_dma_setup()
Dspi_pl022.c474 block_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_pl022_dma_setup()
491 block_cfg->dest_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_pl022_dma_setup()
494 block_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_pl022_dma_setup()
Dspi_xmc4xxx.c405 dma_rx->blk_cfg.dest_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_xmc4xxx_transceive_dma()
577 data->dma_tx.blk_cfg.dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_xmc4xxx_init()
Dspi_sam0.c433 dma_blk.dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_sam0_dma_rx_load()
476 dma_blk.dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_sam0_dma_tx_load()
/Zephyr-latest/drivers/crypto/
Dcrypto_si32.c344 dma_block_cfg.dest_addr_adj = 0b10; /* no change (no increment) */ in crypto_si32_dma_setup_tx()
433 dma_block_cfg.dest_addr_adj = 0b00; /* increment */ in crypto_si32_dma_setup_rx()
509 dma_block_cfg.dest_addr_adj = 0b10; /* no change (no increment) */ in crypto_si32_dma_setup_xor()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h149 uint16_t dest_addr_adj : 2; member
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c458 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_config_dma_tx()
515 blk_cfg->dest_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_config_dma_rx()

12