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",
617 ep_vdbg(ep, "req:%p, lg=%d, udccsr=0x%03x\n", req,
640 ep_vdbg(ep, "req:%p, lg=%d, udccsr=0x%03x\n", req,
849 ep_vdbg(ep, "length=%d+%d, udccsr=0x%03x\n", count, remain,
878 ep_dbg(ep, "read udccsr:%03x, count:%d bytes%s req %p %d/%d\n",
908 u32 udccsr;
912 udccsr = udc_ep_readl(ep, UDCCSR);
913 if (udccsr & UDCCSR_PC) {
914 ep_vdbg(ep, "Clearing Transmit Complete, udccsr=%x\n",
915 udccsr);
918 if (udccsr & UDCCSR_TRN) {
919 ep_vdbg(ep, "Clearing Underrun on, udccsr=%x\n",
920 udccsr);
980 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));