Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci.h36 #define ED_IN (0x02 << 11) macro
H A Dohci-hcd.c793 ((tmp & ED_IN) >> 5)); in io_watchdog_func()
H A Dohci-q.c451 info |= is_out ? ED_OUT : ED_IN; in ed_get()