Lines Matching refs:sts_ptr
78 u64 *sts_ptr; in tsi721_bdma_ch_init() local
109 sts_ptr = dma_zalloc_coherent(dev, in tsi721_bdma_ch_init()
112 if (!sts_ptr) { in tsi721_bdma_ch_init()
122 bdma_chan->sts_base = sts_ptr; in tsi721_bdma_ch_init()
127 sts_ptr, (unsigned long long)sts_phys, sts_size); in tsi721_bdma_ch_init()
196 sts_ptr, sts_phys); in tsi721_bdma_ch_init()
393 u64 *sts_ptr; in tsi721_clr_stat() local
398 sts_ptr = bdma_chan->sts_base; in tsi721_clr_stat()
400 while (sts_ptr[j]) { in tsi721_clr_stat()
401 for (i = 0; i < 8 && sts_ptr[j]; i++, j++) in tsi721_clr_stat()
402 sts_ptr[j] = 0; in tsi721_clr_stat()