Searched refs:ED_IN (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-dbg.c352 switch (tmp & (ED_IN|ED_OUT)) {
354 case ED_IN: type = "-IN"; break;
465 (info & ED_IN) ? "in" : "out",
583 (info & ED_IN) ? "in" : "out",
H A Dohci.h35 #define ED_IN (0x02 << 11) macro
H A Dohci-hcd.c408 return (hc32_to_cpu(ohci, ed->hwINFO) & ED_IN) != 0
H A Dohci-q.c432 info |= is_out ? ED_OUT : ED_IN;

Completed in 61 milliseconds