Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h109 #define UDCCSR0_FST (1 << 5) /* Force Stall */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c185 (tmp & UDCCSR0_FST) ? " fst" : "", in eps_dbg_show()
1878 ep_write_UDCCSR(ep, UDCCSR0_FST | UDCCSR0_FTF); in handle_ep0_ctrl_req()
1987 ep_write_UDCCSR(ep, UDCCSR0_FST); in handle_ep0()
2513 udc_ep_writel(ep, UDCCSR, udc->udccsr0 & (UDCCSR0_FST | UDCCSR0_DME)); in pxa_udc_resume()
H A Dpxa27x_udc.h124 #define UDCCSR0_FST (1 << 5) /* Force Stall */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c286 UDCCSR0_OPC | UDCCSR0_FST | in udc_handle_ep0()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h653 #define UDCCSR0_FST (1 << 5) /* Force Stall */ macro