Searched refs:UDCCS0_FST (Results 1 – 3 of 3) sorted by relevance
181 (udccs0 & UDCCS0_FST) ? " fst" : "", in dump_udccs0()
112 #define UDCCS0_FST (1 << 5) /* Force stall */ macro1275 (tmp & UDCCS0_FST) ? " fst" : "", in udc_debug_show()1615 && (udc_ep0_get_UDCCS(dev) & UDCCS0_FST) == 0 in udc_watchdog()1617 udc_ep0_set_UDCCS(dev, UDCCS0_FST|UDCCS0_FTF); in udc_watchdog()1758 ep0start(dev, UDCCS0_FST|UDCCS0_FTF, "stall"); in handle_ep0()1842 udc_ep0_set_UDCCS(dev, UDCCS0_FST); in handle_ep0()
154 #define UDCCS0_FST 0x00000008 /* Force STall */ macro