Home
last modified time | relevance | path

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

/linux/drivers/dma/hsu/
H A Dhsu.h28 #define HSU_CH_DxTSR(x) (0x24 + 8 * (x)) /* desc transfer size */ macro
H A Dhsu.c88 hsu_chan_writel(hsuc, HSU_CH_DxTSR(i), desc->sg[i].len); in hsu_dma_chan_start()
320 bytes += hsu_chan_readl(hsuc, HSU_CH_DxTSR(i)); in hsu_dma_active_desc_size()