Home
last modified time | relevance | path

Searched refs:TD_CTRL_CRCTIMEO (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Duhci.h109 #define TD_CTRL_CRCTIMEO (1 << 18) /* CRC/Time Out Error */ macro
Dusb-uhci-debug.h66 (td->hw.td.status & TD_CTRL_CRCTIMEO) ? "CRC/Timeo " : "",
Dusb-uhci.h94 #define TD_CTRL_CRCTIMEO (1 << 18) /* CRC/Time Out Error */ macro
Duhci-debug.h78 (td->status & TD_CTRL_CRCTIMEO) ? "CRC/Timeo " : "", in uhci_show_td()
Duhci.c801 if (status & TD_CTRL_CRCTIMEO) { /* CRC/Timeout */ in uhci_map_status()
Dusb-uhci.c2192 if (status & TD_CTRL_CRCTIMEO) { /* CRC/Timeout */ in uhci_map_status()