Searched refs:ED_OUT (Results 1 – 3 of 3) sorted by relevance
322 switch (tmp & (ED_IN|ED_OUT)) { in ohci_dump_ed()323 case ED_OUT: type = "-OUT"; break; in ohci_dump_ed()
35 #define ED_OUT (0x01 << 11) macro
451 info |= is_out ? ED_OUT : ED_IN; in ed_get()