Searched refs:udccsr0 (Results 1 - 2 of 2) sorted by relevance
/drivers/usb/gadget/ |
H A D | pxa27x_udc.c | 188 pos += seq_printf(s, "udccsr0=0x%03x(%s%s%s%s%s%s%s)\n", tmp, 564 ep_dbg(ep, "state=%s->%s, udccsr0=0x%03x, udcbcr=%d\n", old_stname, 1108 ep_dbg(ep, "in %d bytes%s%s, %d left, req=%p, udccsr0=0x%03x\n", 1981 ep_dbg(ep, "protocol STALL, udccsr0=%03x err %d\n", 2038 u32 udccsr0; local 2046 udccsr0 = udc_ep_readl(ep, UDCCSR); 2047 ep_dbg(ep, "state=%s, req=%p, udccsr0=0x%03x, udcbcr=%d, irq_msk=%x\n", 2048 EP0_STNAME(udc), req, udccsr0, udc_ep_readl(ep, UDCBCR), 2051 if (udccsr0 & UDCCSR0_SST) { 2058 if (udccsr0 [all...] |
H A D | pxa27x_udc.h | 435 * @udccsr0: save of udccsr0 in case of suspend 467 unsigned udccsr0; member in struct:pxa_udc
|
Completed in 30 milliseconds