Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/st/sti/c8sectpfe/
Dc8sectpfe-core.c95 wp = readl(channel->irec + DMA_PRDS_BUSWP_TP(0)); in channel_swdemux_bh_work()
235 DMA_PRDS_BUSWP_TP(0)); in c8sectpfe_start_feed()
332 channel->irec + DMA_PRDS_BUSWP_TP(0)); in c8sectpfe_stop_feed()
630 writel(tsin->back_buffer_busaddr, tsin->irec + DMA_PRDS_BUSWP_TP(0)); in configure_memdma_and_inputblock()
Dc8sectpfe-core.h217 #define DMA_PRDS_BUSWP_TP(x) ((0x10*x) + TP0_OFFSET + 0x8) macro