Lines Matching defs:stat
241 u32 stat[PDMA_DESCR_COUNT] __aligned(64);
661 /* We only read one stat descriptor */
662 dma->stat[dma->in_cnt - 1] = 0;
665 * DMA_BIDIRECTIONAL since we need our zeroing of the stat descriptor
669 dma->stat,
670 sizeof(dma->stat[0]) * dma->in_cnt,
2097 u32 stat;
2106 stat = req->dma->stat[req->dma->in_cnt-1];
2111 pr_debug("Request %p status is %X\n", req, stat);
2112 if (!stat)
2508 in_stat_buf_size = 4; /* 256 bytes for stat descrs */