Searched refs:UDCCS0_SST (Results 1 – 4 of 4) sorted by relevance
116 #define UDCCS0_SST (1 << 4) macro
473 #define UDCCS0_SST (1 << 4) /* Sent stall */ macro
108 && (udccs0 & UDCCS0_SST) == 0) { in udc_watchdog()150 (udccs0 & UDCCS0_SST) ? " sst" : "", in dump_udccs0()1234 if (udccs0 & UDCCS0_SST) { in handle_ep0()1236 writel(UDCCS0_SST, &dev->regs->udccs[0]); in handle_ep0()
296 #define UDCCS0_SST 0x00000004 /* Sent STall */ macro
Completed in 28 milliseconds