Searched refs:UDCCS0_FST (Results 1 – 3 of 3) sorted by relevance
188 (udccs0 & UDCCS0_FST) ? " fst" : "", in dump_udccs0()
116 #define UDCCS0_FST (1 << 5) /* Force stall */ macro1276 (tmp & UDCCS0_FST) ? " fst" : "", in udc_debug_show()1619 && (udc_ep0_get_UDCCS(dev) & UDCCS0_FST) == 0 in udc_watchdog()1621 udc_ep0_set_UDCCS(dev, UDCCS0_FST|UDCCS0_FTF); in udc_watchdog()1762 ep0start(dev, UDCCS0_FST|UDCCS0_FTF, "stall"); in handle_ep0()1846 udc_ep0_set_UDCCS(dev, UDCCS0_FST); in handle_ep0()
154 #define UDCCS0_FST 0x00000008 /* Force STall */ macro