Lines Matching refs:stat
87 u32 stat;
90 stat = readl(ep->epn.regs + AST_VHUB_EP_DESC_STATUS);
96 stat, ep->epn.is_in, req, req ? req->active : 0);
110 if (VHUB_EP_DMA_RPTR(stat) != 0) {
119 len = VHUB_EP_DMA_TX_SIZE(stat);
252 u32 stat, stat1;
256 stat = readl(ep->epn.regs + AST_VHUB_EP_DESC_STATUS);
258 } while(stat != stat1);
261 d_last = VHUB_EP_DMA_RPTR(stat);
267 stat, ep->epn.is_in, ep->epn.d_last, d_last);