Searched refs:UDCCS0_FST (Results 1 – 4 of 4) sorted by relevance
118 #define UDCCS0_FST (1 << 5) macro
474 #define UDCCS0_FST (1 << 5) /* Force stall */ macro
104 && (udccs0 & UDCCS0_FST) == 0 in udc_watchdog()106 writel(UDCCS0_FST|UDCCS0_FTF, &dev->regs->udccs[0]); in udc_watchdog()146 (udccs0 & UDCCS0_FST) ? " fst" : "", in dump_udccs0()1364 ep0start(dev, UDCCS0_FST|UDCCS0_FTF, "stall"); in handle_ep0()1454 writel(UDCCS0_FST, &dev->regs->udccs[0]); in handle_ep0()
297 #define UDCCS0_FST 0x00000008 /* Force STall */ macro