Home
last modified time | relevance | path

Searched refs:next_blk_cfg (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_andes_atcspi200.c360 struct dma_block_config *next_blk_cfg; in spi_dma_tx_load() local
362 next_blk_cfg = &data->dma_tx.chain_block[data->dma_tx.block_idx]; in spi_dma_tx_load()
365 blk_cfg->next_block = next_blk_cfg; in spi_dma_tx_load()
368 next_blk_cfg->block_size = current_tx->len / in spi_dma_tx_load()
375 next_blk_cfg->source_address = (uintptr_t)&dummy_rx_tx_buffer; in spi_dma_tx_load()
376 next_blk_cfg->source_addr_adj = DMA_ADDR_ADJ_NO_CHANGE; in spi_dma_tx_load()
378 next_blk_cfg->source_address = (uintptr_t)current_tx->buf; 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()
386 next_blk_cfg->dest_address = (uint32_t)SPI_DATA(cfg->base); in spi_dma_tx_load()
[all …]