Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h117 #define UDCCS0_SST (1 << 4) macro
H A Dpxa-regs.h473 #define UDCCS0_SST (1 << 4) /* Sent stall */ macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h189 (udccs0 & UDCCS0_SST) ? " sst" : "", in dump_udccs0()
H A Dpxa25x_udc.c115 #define UDCCS0_SST (1 << 4) /* Sent stall */ macro
1277 (tmp & UDCCS0_SST) ? " sst" : "", in udc_debug_show()
1620 && (udc_ep0_get_UDCCS(dev) & UDCCS0_SST) == 0) { in udc_watchdog()
1645 if (udccs0 & UDCCS0_SST) { in handle_ep0()
1647 udc_ep0_set_UDCCS(dev, UDCCS0_SST); in handle_ep0()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h153 #define UDCCS0_SST 0x00000004 /* Sent STall */ macro
/OK3568_Linux_fs/u-boot/include/
H A DSA-1100.h296 #define UDCCS0_SST 0x00000004 /* Sent STall */ macro