Lines Matching refs:stat
92 u32 stat;
95 stat = readl(ep->epn.regs + AST_VHUB_EP_DESC_STATUS);
101 stat, ep->epn.is_in, req, req ? req->active : 0);
115 if (VHUB_EP_DMA_RPTR(stat) != 0) {
124 len = VHUB_EP_DMA_TX_SIZE(stat);
250 u32 stat, stat1;
254 stat = readl(ep->epn.regs + AST_VHUB_EP_DESC_STATUS);
256 } while(stat != stat1);
259 d_last = VHUB_EP_DMA_RPTR(stat);
265 stat, ep->epn.is_in, ep->epn.d_last, d_last);