Home
last modified time | relevance | path

Searched refs:UDCCS0_FST (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h117 #define UDCCS0_FST (1 << 5) macro
H A Dpxa-regs.h474 #define UDCCS0_FST (1 << 5) /* Force stall */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h181 (udccs0 & UDCCS0_FST) ? " fst" : "", in dump_udccs0()
H A Dpxa25x_udc.c112 #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 Dpxa25x_udc.c103 && (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 DSA-1100.h154 #define UDCCS0_FST 0x00000008 /* Force STall */ macro
/openbmc/u-boot/include/
H A DSA-1100.h297 #define UDCCS0_FST 0x00000008 /* Force STall */ macro