Searched refs:ED_SKIP (Results 1 - 3 of 3) 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-q.c287 * it won't. ED_SKIP means the HC will finish its current transaction,
304 ed->hwINFO |= cpu_to_hc32 (ohci, ED_SKIP);
796 ed->hwINFO |= cpu_to_hc32 (ohci, ED_SKIP);
818 * and clear ED_SKIP.
1006 ed->hwINFO &= ~cpu_to_hc32 (ohci, ED_SKIP | ED_DEQUEUE);
1092 } else if ((ed->hwINFO & cpu_to_hc32(ohci, ED_SKIP | ED_DEQUEUE))
1093 == cpu_to_hc32(ohci, ED_SKIP)) {
1096 ed->hwINFO &= ~cpu_to_hc32(ohci, ED_SKIP);
H A Dohci-dbg.c362 (tmp & ED_SKIP) ? " SKIP" : "",
468 (info & ED_SKIP) ? " s" : "",
588 (info & ED_SKIP) ? " K" : "",
H A Dohci.h32 #define ED_SKIP (1 << 14) macro

Completed in 88 milliseconds