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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-mem.c110 else if ((td->hwINFO & cpu_to_hc32(hc, TD_DONE)) != 0)
H A Dohci-q.c825 info |= cpu_to_hc32 (ohci, TD_DONE);
886 td->hwINFO |= cpu_to_hc32 (ohci, TD_DONE);
1094 if (!(td->hwINFO & cpu_to_hc32 (ohci, TD_DONE))) {
H A Dohci.h92 #define TD_DONE 0x00020000 /* retired to donelist */ macro
H A Dohci-dbg.c292 (tmp & TD_DONE) ? " (DONE)" : "",

Completed in 157 milliseconds