Home
last modified time | relevance | path

Searched refs:UDCCSR0_FST (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dpxa27x-udc.h106 #define UDCCSR0_FST (1 << 5) /* Force Stall */ macro
/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.h128 #define UDCCSR0_FST (1 << 5) /* Force Stall */ macro
Dpxa27x_udc.c186 (tmp & UDCCSR0_FST) ? " fst" : "", in eps_dbg_show()
1928 ep_write_UDCCSR(ep, UDCCSR0_FST | UDCCSR0_FTF); in handle_ep0_ctrl_req()
2037 ep_write_UDCCSR(ep, UDCCSR0_FST); in handle_ep0()
2557 udc_ep_writel(ep, UDCCSR, udc->udccsr0 & (UDCCSR0_FST | UDCCSR0_DME)); in pxa_udc_resume()