Searched refs:UDCCS0_FST (Results 1 – 5 of 5) sorted by relevance
28 #define UDCCS0_FST (1 << 5) /* Force stall */ macro
192 (udccs0 & UDCCS0_FST) ? " fst" : "", in dump_udccs0()
1056 (tmp & UDCCS0_FST) ? " fst" : "", in udc_seq_show()1411 && (UDCCS0 & UDCCS0_FST) == 0 in udc_watchdog()1413 UDCCS0 = UDCCS0_FST|UDCCS0_FTF; in udc_watchdog()1554 ep0start(dev, UDCCS0_FST|UDCCS0_FTF, "stall"); in handle_ep0()1638 UDCCS0 = UDCCS0_FST; in handle_ep0()
519 #define UDCCS0_FST (1 << 5) /* Force stall */ macro
153 #define UDCCS0_FST 0x00000008 /* Force STall */ macro