Home
last modified time | relevance | path

Searched refs:UDCCSR0_SA (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
1909 * - on every setup token, bit UDCCSR0_SA is raised and held until cleared by
1920 * - as UDCCSR0_SA can be activated while in irq handling, and clearing
1953 if (udccsr0 & UDCCSR0_SA) { in handle_ep0()
1964 * UDCCSR0_SA set. in handle_ep0()
/kernel/linux/linux-6.6/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()
1909 * - on every setup token, bit UDCCSR0_SA is raised and held until cleared by
1920 * - as UDCCSR0_SA can be activated while in irq handling, and clearing
1953 if (udccsr0 & UDCCSR0_SA) { in handle_ep0()
1964 * UDCCSR0_SA set. in handle_ep0()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dpxa27x-udc.h105 #define UDCCSR0_SA (1 << 7) /* Setup Active */ macro
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dpxa27x-udc.h107 #define UDCCSR0_SA (1 << 7) /* Setup Active */ macro

Completed in 10 milliseconds