Searched refs:UDCCS0_FST (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | regs-usb.h | 117 #define UDCCS0_FST (1 << 5) macro
|
H A D | pxa-regs.h | 474 #define UDCCS0_FST (1 << 5) /* Force stall */ macro
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.h | 181 (udccs0 & UDCCS0_FST) ? " fst" : "", in dump_udccs0()
|
H A D | pxa25x_udc.c | 112 #define UDCCS0_FST (1 << 5) /* Force stall */ macro 1275 (tmp & UDCCS0_FST) ? " fst" : "", in udc_debug_show() 1581 && (udc_ep0_get_UDCCS(dev) & UDCCS0_FST) == 0 in udc_watchdog() 1583 udc_ep0_set_UDCCS(dev, UDCCS0_FST|UDCCS0_FTF); in udc_watchdog() 1724 ep0start(dev, UDCCS0_FST|UDCCS0_FTF, "stall"); in handle_ep0() 1808 udc_ep0_set_UDCCS(dev, UDCCS0_FST); in handle_ep0()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | pxa25x_udc.c | 103 && (udccs0 & UDCCS0_FST) == 0 in udc_watchdog() 105 writel(UDCCS0_FST|UDCCS0_FTF, &dev->regs->udccs[0]); in udc_watchdog() 145 (udccs0 & UDCCS0_FST) ? " fst" : "", in dump_udccs0() 1363 ep0start(dev, UDCCS0_FST|UDCCS0_FTF, "stall"); in handle_ep0() 1453 writel(UDCCS0_FST, &dev->regs->udccs[0]); in handle_ep0()
|
/openbmc/linux/arch/arm/mach-sa1100/include/mach/ |
H A D | SA-1100.h | 154 #define UDCCS0_FST 0x00000008 /* Force STall */ macro
|
/openbmc/u-boot/include/ |
H A D | SA-1100.h | 297 #define UDCCS0_FST 0x00000008 /* Force STall */ macro
|