Searched refs:UDCCS0_FTF (Results 1 – 4 of 4) sorted by relevance
25 #define UDCCS0_FTF (1 << 2) /* Flush Tx FIFO */ macro
195 (udccs0 & UDCCS0_FTF) ? " ftf" : "", in dump_udccs0()
1062 (tmp & UDCCS0_FTF) ? " ftf" : "", in udc_seq_show()1436 UDCCS0 = UDCCS0_FST|UDCCS0_FTF; in udc_watchdog()1577 ep0start(dev, UDCCS0_FST|UDCCS0_FTF, "stall"); in handle_ep0()1623 UDCCS0 = UDCCS0_OPR|UDCCS0_FTF; in handle_ep0()
524 #define UDCCS0_FTF (1 << 2) /* Flush Tx FIFO */ macro