Home
last modified time | relevance | path

Searched refs:ED_LOWSPEED (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dohci-dbg.c385 (tmp & ED_LOWSPEED) ? " LOW" : "", in ohci_dump_ed()
487 (info & ED_LOWSPEED) ? 'l' : 'f', in show_list()
605 (info & ED_LOWSPEED) ? 'l' : 'f', in fill_periodic_buffer()
Dohci.h33 #define ED_LOWSPEED (1 << 13) macro
Dohci-q.c433 info |= ED_LOWSPEED; in ed_get()