Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-pxa/
Dregs-usb.h116 #define UDCCS0_SST (1 << 4) macro
Dpxa-regs.h473 #define UDCCS0_SST (1 << 4) /* Sent stall */ macro
/external/u-boot/drivers/usb/gadget/
Dpxa25x_udc.c105 && (udccs0 & UDCCS0_SST) == 0) { in udc_watchdog()
147 (udccs0 & UDCCS0_SST) ? " sst" : "", in dump_udccs0()
1231 if (udccs0 & UDCCS0_SST) { in handle_ep0()
1233 writel(UDCCS0_SST, &dev->regs->udccs[0]); in handle_ep0()
/external/u-boot/include/
DSA-1100.h296 #define UDCCS0_SST 0x00000004 /* Sent STall */ macro