Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_nxp_sdma.c35 sdma_buffer_descriptor_t *bd_pool; /*pre-allocated list of BD used for transfer */ member
50 sdma_buffer_descriptor_t bd_pool[FSL_FEATURE_SDMA_MODULE_CHANNEL][DMA_NXP_SDMA_BD_COUNT] member
205 bd = &chan_data->bd_pool[bdIndex]; in dma_nxp_sdma_callback()
237 chan_data->bd_pool = &dev_data->bd_pool[channel][0]; in dma_nxp_sdma_setup_bd()
240 memset(chan_data->bd_pool, 0, sizeof(sdma_buffer_descriptor_t) * chan_data->bd_count); in dma_nxp_sdma_setup_bd()
241 SDMA_InstallBDMemory(&chan_data->handle, chan_data->bd_pool, chan_data->bd_count); in dma_nxp_sdma_setup_bd()
243 crt_bd = chan_data->bd_pool; in dma_nxp_sdma_setup_bd()