Lines Matching refs:sts_ptr
79 u64 *sts_ptr; in tsi721_bdma_ch_init() local
111 sts_ptr = dma_zalloc_coherent(dev, in tsi721_bdma_ch_init()
114 if (!sts_ptr) { in tsi721_bdma_ch_init()
124 bdma_chan->sts_base = sts_ptr; in tsi721_bdma_ch_init()
129 bdma_chan->id, sts_ptr, &sts_phys, sts_size); in tsi721_bdma_ch_init()
200 sts_ptr, sts_phys); in tsi721_bdma_ch_init()
400 u64 *sts_ptr; in tsi721_clr_stat() local
405 sts_ptr = bdma_chan->sts_base; in tsi721_clr_stat()
407 while (sts_ptr[j]) { in tsi721_clr_stat()
408 for (i = 0; i < 8 && sts_ptr[j]; i++, j++) in tsi721_clr_stat()
409 sts_ptr[j] = 0; in tsi721_clr_stat()