/Zephyr-latest/drivers/dma/ |
D | dma_rpi_pico.c | 139 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()
|
D | dma_gd32.c | 371 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()
|
D | dma_pl330.c | 492 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()
|
D | dma_nxp_edma.h | 504 switch (dma_cfg->head_block->dest_addr_adj) { in set_slast_dlast() 513 dma_cfg->head_block->dest_addr_adj); in set_slast_dlast()
|
D | dma_silabs_ldma.c | 169 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()
|
D | dma_xilinx_axi_dma.c | 891 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()
|
D | dma_mchp_xec.c | 254 (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()
|
D | dma_andes_atcdmac300.c | 258 switch (cfg_blocks->dest_addr_adj) { in dma_atcdmac300_config() 349 switch (cfg_blocks->dest_addr_adj) { in dma_atcdmac300_config()
|
D | dma_stm32.c | 404 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()
|
D | dma_max32.c | 104 mxc_dma_cfg.dstinc_en = max32_dma_addr_adj(config->head_block->dest_addr_adj); in max32_dma_config()
|
D | dma_si32.c | 327 switch (block->dest_addr_adj) { in dma_si32_config()
|
D | dma_stm32_bdma.c | 611 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()
|
D | dma_stm32u5.c | 471 switch (config->head_block->dest_addr_adj) { in dma_stm32_configure() 482 config->head_block->dest_addr_adj); in dma_stm32_configure()
|
D | dma_sam0.c | 230 switch (block->dest_addr_adj) { in dma_sam0_config()
|
/Zephyr-latest/drivers/spi/ |
D | spi_andes_atcspi200.c | 341 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()
|
D | spi_mcux_flexcomm.c | 420 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()
|
D | spi_ll_stm32.c | 194 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()
|
D | spi_smartbond.c | 869 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()
|
D | spi_gd32.c | 286 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()
|
D | spi_pl022.c | 474 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()
|
D | spi_xmc4xxx.c | 405 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()
|
D | spi_sam0.c | 433 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/ |
D | crypto_si32.c | 344 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/ |
D | dma.h | 149 uint16_t dest_addr_adj : 2; member
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_spi_stm32.c | 458 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()
|