Lines Matching refs:udccsr
193 seq_printf(s, "%-12s: IN %lu(%lu reqs), OUT %lu(%lu reqs), irqs=%lu, udccr=0x%08x, udccsr=0x%03x, udcbcr=%d\n",
619 ep_vdbg(ep, "req:%p, lg=%d, udccsr=0x%03x\n", req,
642 ep_vdbg(ep, "req:%p, lg=%d, udccsr=0x%03x\n", req,
851 ep_vdbg(ep, "length=%d+%d, udccsr=0x%03x\n", count, remain,
880 ep_dbg(ep, "read udccsr:%03x, count:%d bytes%s req %p %d/%d\n",
910 u32 udccsr;
914 udccsr = udc_ep_readl(ep, UDCCSR);
915 if (udccsr & UDCCSR_PC) {
916 ep_vdbg(ep, "Clearing Transmit Complete, udccsr=%x\n",
917 udccsr);
920 if (udccsr & UDCCSR_TRN) {
921 ep_vdbg(ep, "Clearing Underrun on, udccsr=%x\n",
922 udccsr);
982 ep_dbg(ep, "read udccsr:%03x, count:%d bytes%s req %p %d/%d\n",
2020 u32 udccsr;
2032 udccsr = udc_ep_readl(ep, UDCCSR);
2040 ep_dbg(ep, "req:%p, udccsr 0x%03x loop=%d\n",
2041 req, udccsr, loop++);
2043 if (unlikely(udccsr & (UDCCSR_SST | UDCCSR_TRN)))
2045 udccsr & (UDCCSR_SST | UDCCSR_TRN));