Home
last modified time | relevance | path

Searched refs:UDCCSR0_SA (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c219 if ((udccsr0 & UDCCSR0_SA) != 0 && ep0state != EP0_IDLE) in udc_handle_ep0()
227 if ((udccsr0 & (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)) in udc_handle_ep0()
228 == (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)) { in udc_handle_ep0()
242 writel(readl(UDCCSR0) | UDCCSR0_OPC | UDCCSR0_SA, UDCCSR0); in udc_handle_ep0()
286 writel(UDCCSR0_SA | in udc_handle_ep0()
303 } else if ((udccsr0 & (UDCCSR0_OPC | UDCCSR0_SA)) in udc_handle_ep0()
304 == (UDCCSR0_OPC|UDCCSR0_SA)) { in udc_handle_ep0()
314 writel(udccsr0 & (UDCCSR0_SA | UDCCSR0_OPC), UDCCSR0); in udc_handle_ep0()
320 if ((udccsr0 & UDCCSR0_OPC) && !(udccsr0 & UDCCSR0_SA)) { in udc_handle_ep0()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h122 #define UDCCSR0_SA (1 << 7) /* Setup Active */ macro
196 #define UDCCSR0_CTRL_REQ_MASK (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)
H A Dpxa27x_udc.c183 (tmp & UDCCSR0_SA) ? " sa" : "", in eps_dbg_show()
1865 ep_write_UDCCSR(ep, UDCCSR0_SA | UDCCSR0_OPC); in handle_ep0_ctrl_req()
1953 if (udccsr0 & UDCCSR0_SA) { in handle_ep0()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dpxa27x-udc.h105 #define UDCCSR0_SA (1 << 7) /* Setup Active */ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h651 #define UDCCSR0_SA (1 << 7) /* Setup Active */ macro