Home
last modified time | relevance | path

Searched refs:TD_DONE (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/usb/host/
Dohci-mem.c120 else if ((td->hwINFO & cpu_to_hc32(hc, TD_DONE)) != 0) in td_free()
Dohci.h101 #define TD_DONE 0x00020000 /* retired to donelist */ macro
Dohci-q.c956 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()
Dohci-dbg.c262 (tmp & TD_DONE) ? " (DONE)" : "", in ohci_dump_td()