Home
last modified time | relevance | path

Searched refs:apbh_is_old (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dmxs-dma.c40 #define apbh_is_old(mxs_dma) ((mxs_dma)->dev_id == IMX23_DMA) macro
55 (((dma_is_apbh(d) && apbh_is_old(d)) ? 0x050 : 0x110) + (n) * 0x70)
57 (((dma_is_apbh(d) && apbh_is_old(d)) ? 0x080 : 0x140) + (n) * 0x70)
59 (((dma_is_apbh(d) && apbh_is_old(d)) ? 0x070 : 0x130) + (n) * 0x70)
200 } else if (dma_is_apbh(mxs_dma) && apbh_is_old(mxs_dma)) { in mxs_dma_reset_chan()
270 if (dma_is_apbh(mxs_dma) && apbh_is_old(mxs_dma)) in mxs_dma_pause_chan()
288 if (dma_is_apbh(mxs_dma) && apbh_is_old(mxs_dma)) in mxs_dma_resume_chan()
/kernel/linux/linux-6.6/drivers/dma/
H A Dmxs-dma.c39 #define apbh_is_old(mxs_dma) ((mxs_dma)->dev_id == IMX23_DMA) macro
54 (((dma_is_apbh(d) && apbh_is_old(d)) ? 0x050 : 0x110) + (n) * 0x70)
56 (((dma_is_apbh(d) && apbh_is_old(d)) ? 0x080 : 0x140) + (n) * 0x70)
58 (((dma_is_apbh(d) && apbh_is_old(d)) ? 0x070 : 0x130) + (n) * 0x70)
199 } else if (dma_is_apbh(mxs_dma) && apbh_is_old(mxs_dma)) { in mxs_dma_reset_chan()
269 if (dma_is_apbh(mxs_dma) && apbh_is_old(mxs_dma)) in mxs_dma_pause_chan()
287 if (dma_is_apbh(mxs_dma) && apbh_is_old(mxs_dma)) in mxs_dma_resume_chan()

Completed in 4 milliseconds