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