Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h116 #define UDCCS0_SST (1 << 4) macro
H A Dpxa-regs.h473 #define UDCCS0_SST (1 << 4) /* Sent stall */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h182 (udccs0 & UDCCS0_SST) ? " sst" : "", in dump_udccs0()
H A Dpxa25x_udc.c111 #define UDCCS0_SST (1 << 4) /* Sent stall */ macro
1276 (tmp & UDCCS0_SST) ? " sst" : "", in udc_debug_show()
1582 && (udc_ep0_get_UDCCS(dev) & UDCCS0_SST) == 0) { in udc_watchdog()
1607 if (udccs0 & UDCCS0_SST) { in handle_ep0()
1609 udc_ep0_set_UDCCS(dev, UDCCS0_SST); in handle_ep0()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c104 && (udccs0 & UDCCS0_SST) == 0) { in udc_watchdog()
146 (udccs0 & UDCCS0_SST) ? " sst" : "", in dump_udccs0()
1230 if (udccs0 & UDCCS0_SST) { in handle_ep0()
1232 writel(UDCCS0_SST, &dev->regs->udccs[0]); in handle_ep0()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h153 #define UDCCS0_SST 0x00000004 /* Sent STall */ macro
/openbmc/u-boot/include/
H A DSA-1100.h296 #define UDCCS0_SST 0x00000004 /* Sent STall */ macro