Home
last modified time | relevance | path

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

12

/Zephyr-latest/drivers/dma/
Ddma_rpi_pico.c134 if (dma_cfg->head_block->source_addr_adj == DMA_ADDR_ADJ_DECREMENT) { in dma_rpi_pico_config()
144 if (dma_cfg->head_block->source_addr_adj != DMA_ADDR_ADJ_INCREMENT && in dma_rpi_pico_config()
145 dma_cfg->head_block->source_addr_adj != DMA_ADDR_ADJ_NO_CHANGE) { in dma_rpi_pico_config()
146 LOG_ERR("invalid source_addr_adj %" PRIu16, dma_cfg->head_block->source_addr_adj); in dma_rpi_pico_config()
185 dma_cfg->head_block->source_addr_adj == in dma_rpi_pico_config()
Ddma_silabs_ldma.c158 if (block->source_addr_adj != DMA_ADDR_ADJ_NO_CHANGE && in dma_silabs_block_to_descriptor()
159 block->source_addr_adj != chan_conf->xfer_config.ldmaCfgSrcIncSign) { in dma_silabs_block_to_descriptor()
163 if (block->source_addr_adj == DMA_ADDR_ADJ_NO_CHANGE) { in dma_silabs_block_to_descriptor()
369 switch (config->head_block->source_addr_adj) { in dma_silabs_configure()
380 LOG_ERR("Addr Adjustement error %d", config->head_block->source_addr_adj); in dma_silabs_configure()
Ddma_gd32.c366 if (dma_cfg->head_block->source_addr_adj == DMA_ADDR_ADJ_DECREMENT) { in dma_gd32_config()
376 if (dma_cfg->head_block->source_addr_adj != DMA_ADDR_ADJ_INCREMENT && in dma_gd32_config()
377 dma_cfg->head_block->source_addr_adj != DMA_ADDR_ADJ_NO_CHANGE) { in dma_gd32_config()
379 dma_cfg->head_block->source_addr_adj); in dma_gd32_config()
427 src_cfg.adj = dma_cfg->head_block->source_addr_adj; in dma_gd32_config()
Ddma_nxp_edma.h487 switch (dma_cfg->head_block->source_addr_adj) { in set_slast_dlast()
496 dma_cfg->head_block->source_addr_adj); in set_slast_dlast()
Ddma_pl330.c501 if (cfg->head_block->source_addr_adj == DMA_ADDR_ADJ_INCREMENT || in dma_pl330_configure()
502 cfg->head_block->source_addr_adj == DMA_ADDR_ADJ_NO_CHANGE) { in dma_pl330_configure()
503 channel_cfg->src_addr_adj = cfg->head_block->source_addr_adj; in dma_pl330_configure()
Ddma_xilinx_axi_dma.c886 if (dma_cfg->head_block->source_addr_adj == DMA_ADDR_ADJ_DECREMENT) { in dma_xilinx_axi_dma_configure()
896 if (dma_cfg->head_block->source_addr_adj != DMA_ADDR_ADJ_INCREMENT && in dma_xilinx_axi_dma_configure()
897 dma_cfg->head_block->source_addr_adj != DMA_ADDR_ADJ_NO_CHANGE) { in dma_xilinx_axi_dma_configure()
898 LOG_ERR("invalid source_addr_adj %" PRIu16, dma_cfg->head_block->source_addr_adj); in dma_xilinx_axi_dma_configure()
Ddma_mchp_xec.c253 if ((block->source_addr_adj == DMA_ADDR_ADJ_DECREMENT) || in check_blocks()
407 if (block->source_addr_adj == DMA_ADDR_ADJ_INCREMENT) { in dma_xec_configure()
418 if (block->source_addr_adj == DMA_ADDR_ADJ_INCREMENT) { in dma_xec_configure()
Ddma_andes_atcdmac300.c243 switch (cfg_blocks->source_addr_adj) { in dma_atcdmac300_config()
334 switch (cfg_blocks->source_addr_adj) { in dma_atcdmac300_config()
Ddma_stm32.c405 periph_addr_adj = config->head_block->source_addr_adj; in dma_stm32_configure()
408 memory_addr_adj = config->head_block->source_addr_adj; in dma_stm32_configure()
Ddma_max32.c103 mxc_dma_cfg.srcinc_en = max32_dma_addr_adj(config->head_block->source_addr_adj); in max32_dma_config()
Ddma_si32.c309 switch (block->source_addr_adj) { in dma_si32_config()
Ddma_stm32_bdma.c612 periph_addr_adj = config->head_block->source_addr_adj; in bdma_stm32_configure()
615 memory_addr_adj = config->head_block->source_addr_adj; in bdma_stm32_configure()
Ddma_stm32u5.c453 switch (config->head_block->source_addr_adj) { in dma_stm32_configure()
464 config->head_block->source_addr_adj); in dma_stm32_configure()
Ddma_sam0.c217 switch (block->source_addr_adj) { in dma_sam0_config()
/Zephyr-latest/drivers/spi/
Dspi_andes_atcspi200.c324 data->dma_tx.dma_blk_cfg.source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_tx_load()
328 data->dma_tx.dma_blk_cfg.source_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_dma_tx_load()
330 data->dma_tx.dma_blk_cfg.source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_tx_load()
376 next_blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_tx_load()
380 next_blk_cfg->source_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_dma_tx_load()
382 next_blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_tx_load()
458 data->dma_rx.dma_blk_cfg.source_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_dma_rx_load()
460 data->dma_rx.dma_blk_cfg.source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_rx_load()
503 next_blk_cfg->source_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_dma_rx_load()
505 next_blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_rx_load()
Dspi_smartbond.c871 tx_block->source_addr_adj = 0x0; in spi_smartbond_dma_config()
899 rx_block->source_addr_adj = 0x2; in spi_smartbond_dma_config()
946 tx_block->source_addr_adj = 0x2; in spi_smartbond_dma_trigger()
971 tx_block->source_addr_adj = 0x0; in spi_smartbond_dma_trigger()
996 tx_block->source_addr_adj = 0x0; in spi_smartbond_dma_trigger()
999 tx_block->source_addr_adj = 0x2; in spi_smartbond_dma_trigger()
Dspi_xmc4xxx.c407 dma_rx->blk_cfg.source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_xmc4xxx_transceive_dma()
431 dma_tx->blk_cfg.source_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_xmc4xxx_transceive_dma()
434 dma_tx->blk_cfg.source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_xmc4xxx_transceive_dma()
Dspi_mcux_flexcomm.c419 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_mcux_dma_tx_load()
429 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_mcux_dma_tx_load()
436 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_mcux_dma_tx_load()
462 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_mcux_dma_tx_load()
Dspi_ll_stm32.c181 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_stm32_dma_tx_load()
185 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_stm32_dma_tx_load()
187 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_stm32_dma_tx_load()
252 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_stm32_dma_rx_load()
254 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_stm32_dma_rx_load()
Dspi_gd32.c289 block_cfg->source_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_gd32_dma_setup()
292 block_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_gd32_dma_setup()
298 block_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_gd32_dma_setup()
Dspi_pl022.c477 block_cfg->source_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_pl022_dma_setup()
480 block_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_pl022_dma_setup()
487 block_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_pl022_dma_setup()
Dspi_sam0.c437 dma_blk.source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_sam0_dma_rx_load()
472 dma_blk.source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_sam0_dma_tx_load()
/Zephyr-latest/drivers/crypto/
Dcrypto_si32.c342 dma_block_cfg.source_addr_adj = 0b00; /* increment */ in crypto_si32_dma_setup_tx()
431 dma_block_cfg.source_addr_adj = 0b10; /* no change */ in crypto_si32_dma_setup_rx()
507 dma_block_cfg.source_addr_adj = 0b00; /* increment */ in crypto_si32_dma_setup_xor()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h141 uint16_t source_addr_adj : 2; member
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c461 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_INCREMENT; in spi_config_dma_tx()
519 blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_config_dma_rx()

12