Searched refs:udccsr (Results 1 - 1 of 1) sorted by relevance
/drivers/usb/gadget/ |
H A D | pxa27x_udc.c | 201 "irqs=%lu, udccr=0x%08x, udccsr=0x%03x, " 700 ep_vdbg(ep, "req:%p, lg=%d, udccsr=0x%03x\n", req, 723 ep_vdbg(ep, "req:%p, lg=%d, udccsr=0x%03x\n", req, 932 ep_vdbg(ep, "length=%d+%d, udccsr=0x%03x\n", count, remain, 961 ep_dbg(ep, "read udccsr:%03x, count:%d bytes%s req %p %d/%d\n", 991 u32 udccsr; local 997 udccsr = udc_ep_readl(ep, UDCCSR); 998 if (udccsr & UDCCSR_PC) { 999 ep_vdbg(ep, "Clearing Transmit Complete, udccsr=%x\n", 1000 udccsr); 2125 u32 udccsr; local [all...] |
Completed in 54 milliseconds