Searched refs:udccsr0 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.c | 181 seq_printf(s, "udccsr0=0x%03x(%s%s%s%s%s%s%s)\n", in eps_dbg_show() 484 ep_dbg(ep, "state=%s->%s, udccsr0=0x%03x, udcbcr=%d\n", old_stname, in set_ep0state() 1025 ep_dbg(ep, "in %d bytes%s%s, %d left, req=%p, udccsr0=0x%03x\n", in write_ep0_fifo() 1876 ep_dbg(ep, "protocol STALL, udccsr0=%03x err %d\n", in handle_ep0_ctrl_req() 1933 u32 udccsr0; in handle_ep0() local 1941 udccsr0 = udc_ep_readl(ep, UDCCSR); in handle_ep0() 1942 ep_dbg(ep, "state=%s, req=%p, udccsr0=0x%03x, udcbcr=%d, irq_msk=%x\n", in handle_ep0() 1943 EP0_STNAME(udc), req, udccsr0, udc_ep_readl(ep, UDCBCR), in handle_ep0() 1946 if (udccsr0 & UDCCSR0_SST) { in handle_ep0() 1953 if (udccsr0 in handle_ep0() [all...] |
H A D | pxa27x_udc.h | 442 * @udccsr0: save of udccsr0 in case of suspend 475 unsigned udccsr0; member
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.c | 181 seq_printf(s, "udccsr0=0x%03x(%s%s%s%s%s%s%s)\n", in eps_dbg_show() 482 ep_dbg(ep, "state=%s->%s, udccsr0=0x%03x, udcbcr=%d\n", old_stname, in set_ep0state() 1023 ep_dbg(ep, "in %d bytes%s%s, %d left, req=%p, udccsr0=0x%03x\n", in write_ep0_fifo() 1876 ep_dbg(ep, "protocol STALL, udccsr0=%03x err %d\n", in handle_ep0_ctrl_req() 1933 u32 udccsr0; in handle_ep0() local 1941 udccsr0 = udc_ep_readl(ep, UDCCSR); in handle_ep0() 1942 ep_dbg(ep, "state=%s, req=%p, udccsr0=0x%03x, udcbcr=%d, irq_msk=%x\n", in handle_ep0() 1943 EP0_STNAME(udc), req, udccsr0, udc_ep_readl(ep, UDCBCR), in handle_ep0() 1946 if (udccsr0 & UDCCSR0_SST) { in handle_ep0() 1953 if (udccsr0 in handle_ep0() [all...] |
H A D | pxa27x_udc.h | 442 * @udccsr0: save of udccsr0 in case of suspend 474 unsigned udccsr0; member
|
Completed in 7 milliseconds