Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Duhci-hcd.h195 #define TD_CTRL_STALLED (1 << 22) /* TD Stalled */ macro
203 #define TD_CTRL_ANY_ERROR (TD_CTRL_STALLED | TD_CTRL_DBUFERR | \
Duhci-debug.c58 (status & TD_CTRL_STALLED) ? "Stalled " : "", in uhci_show_td()
Duhci-q.c781 if (status & TD_CTRL_STALLED) /* Stalled */ in uhci_map_status()