Searched refs:UDCCSR0_FST (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | pxa27x-udc.h | 107 #define UDCCSR0_FST (1 << 5) /* Force Stall */ macro
|
/kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
H A D | pxa27x-udc.h | 109 #define UDCCSR0_FST (1 << 5) /* Force Stall */ macro
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.c | 185 (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() 2521 udc_ep_writel(ep, UDCCSR, udc->udccsr0 & (UDCCSR0_FST | UDCCSR0_DME)); in pxa_udc_resume()
|
H A D | pxa27x_udc.h | 124 #define UDCCSR0_FST (1 << 5) /* Force Stall */ macro
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.c | 185 (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 D | pxa27x_udc.h | 124 #define UDCCSR0_FST (1 << 5) /* Force Stall */ macro
|
Completed in 10 milliseconds