Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/platform_data/
Ddma-iop32x.h11 #define IOP_ADMA_SLOT_SIZE 32 macro
/linux-5.19.10/drivers/dma/
Diop-adma.c427 int num_descs_in_pool = plat_data->pool_size/IOP_ADMA_SLOT_SIZE; in iop_adma_alloc_chan_resources()
442 slot->hw_desc = (void *) &hw_desc[idx * IOP_ADMA_SLOT_SIZE]; in iop_adma_alloc_chan_resources()
450 slot->async_tx.phys = dma_desc + idx * IOP_ADMA_SLOT_SIZE; in iop_adma_alloc_chan_resources()