Searched refs:TD_CTRL_STALLED (Results 1 – 3 of 3) sorted by relevance
195 #define TD_CTRL_STALLED (1 << 22) /* TD Stalled */ macro203 #define TD_CTRL_ANY_ERROR (TD_CTRL_STALLED | TD_CTRL_DBUFERR | \
58 (status & TD_CTRL_STALLED) ? "Stalled " : "", in uhci_show_td()
781 if (status & TD_CTRL_STALLED) /* Stalled */ in uhci_map_status()