Home
last modified time | relevance | path

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

/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h107 #define UDCCSR0_SA (1 << 7) /* Setup Active */ macro
/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c182 (tmp & UDCCSR0_SA) ? " sa" : "", in eps_dbg_show()
1883 ep_write_UDCCSR(ep, UDCCSR0_SA | UDCCSR0_OPC); in handle_ep0_ctrl_req()
1971 if (udccsr0 & UDCCSR0_SA) { in handle_ep0()