Lines Matching defs:sts_ptr
67 u64 *sts_ptr;
99 sts_ptr = dma_alloc_coherent(dev,
102 if (!sts_ptr) {
112 bdma_chan->sts_base = sts_ptr;
117 bdma_chan->id, sts_ptr, &sts_phys, sts_size);
188 sts_ptr, sts_phys);
388 u64 *sts_ptr;
393 sts_ptr = bdma_chan->sts_base;
395 while (sts_ptr[j]) {
396 for (i = 0; i < 8 && sts_ptr[j]; i++, j++)
397 sts_ptr[j] = 0;