Lines Matching defs:stat
242 u32 stat[PDMA_DESCR_COUNT] __aligned(64);
662 /* We only read one stat descriptor */
663 dma->stat[dma->in_cnt - 1] = 0;
666 * DMA_BIDIRECTIONAL since we need our zeroing of the stat descriptor
670 dma->stat,
671 sizeof(dma->stat[0]) * dma->in_cnt,
2098 u32 stat;
2107 stat = req->dma->stat[req->dma->in_cnt-1];
2112 pr_debug("Request %p status is %X\n", req, stat);
2113 if (!stat)
2509 in_stat_buf_size = 4; /* 256 bytes for stat descrs */