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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-mem.c110 else if ((td->hwINFO & cpu_to_hc32(hc, TD_DONE)) != 0)
H A Dohci.h92 #define TD_DONE 0x00020000 /* retired to donelist */ macro
H A Dohci-q.c875 td->hwINFO |= cpu_to_hc32 (ohci, TD_DONE);
1095 if (!(td->hwINFO & cpu_to_hc32(ohci, TD_DONE))) {
H A Dohci-dbg.c292 (tmp & TD_DONE) ? " (DONE)" : "",

Completed in 122 milliseconds