Searched refs:TD_DONE (Results 1 – 4 of 4) sorted by relevance
110 else if ((td->hwINFO & cpu_to_hc32(hc, TD_DONE)) != 0) in td_free()
880 td->hwINFO |= cpu_to_hc32 (ohci, TD_DONE); in dl_reverse_done_list()1100 if (!(td->hwINFO & cpu_to_hc32(ohci, TD_DONE))) { in takeback_td()
92 #define TD_DONE 0x00020000 /* retired to donelist */ macro
292 (tmp & TD_DONE) ? " (DONE)" : "", in ohci_dump_td()