Home
last modified time | relevance | path

Searched refs:ED_ISO (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-q.c148 (ed->hwINFO & cpu_to_hc32 (ohci, ED_ISO)) ? "iso " : "", in periodic_link()
292 (ed->hwINFO & cpu_to_hc32 (ohci, ED_ISO)) ? "iso " : "", in periodic_unlink()
455 info |= ED_ISO; in ed_get()
H A Dohci.h32 #define ED_ISO (1 << 15) macro