Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/
H A Dimx-sdma.c2118 dma_addr_t ccb_phys; in sdma_init() local
2139 sdma->channel_control = gen_pool_dma_alloc(sdma->iram_pool, ccbsize, &ccb_phys); in sdma_init()
2141 sdma->channel_control = dma_alloc_coherent(sdma->dev, ccbsize, &ccb_phys, in sdma_init()
2151 sdma->context_phys = ccb_phys + in sdma_init()
2177 writel_relaxed(ccb_phys, sdma->regs + SDMA_H_C0PTR); in sdma_init()