Home
last modified time | relevance | path

Searched refs:TD_CTRL_IOS (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Duhci.h102 #define TD_CTRL_IOS (1 << 25) /* Isochronous Select */ macro
Dusb-uhci.h87 #define TD_CTRL_IOS (1 << 25) /* Isochronous Select */ macro
Duhci.c1390 status = TD_CTRL_ACTIVE | TD_CTRL_IOS; in uhci_submit_isochronous()
Dusb-uhci.c1558 status = TD_CTRL_ACTIVE | TD_CTRL_IOS; in uhci_submit_iso_urb()