Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c96 wp = readl(channel->irec + DMA_PRDS_BUSWP_TP(0)); in channel_swdemux_tsklet()
236 DMA_PRDS_BUSWP_TP(0)); in c8sectpfe_start_feed()
333 channel->irec + DMA_PRDS_BUSWP_TP(0)); in c8sectpfe_stop_feed()
631 writel(tsin->back_buffer_busaddr, tsin->irec + DMA_PRDS_BUSWP_TP(0)); in configure_memdma_and_inputblock()
H A Dc8sectpfe-core.h217 #define DMA_PRDS_BUSWP_TP(x) ((0x10*x) + TP0_OFFSET + 0x8) macro