Searched refs:TD_CTRL_STALLED (Results 1 – 6 of 6) sorted by relevance
105 #define TD_CTRL_STALLED (1 << 22) /* TD Stalled */ macro113 #define TD_CTRL_ANY_ERROR (TD_CTRL_STALLED | TD_CTRL_DBUFERR | \
90 #define TD_CTRL_STALLED (1 << 22) /* TD Stalled */ macro98 #define TD_CTRL_ANY_ERROR (TD_CTRL_STALLED | TD_CTRL_DBUFERR | \
62 (td->hw.td.status & TD_CTRL_STALLED) ? "Stalled " : "",
74 (td->status & TD_CTRL_STALLED) ? "Stalled " : "", in uhci_show_td()
813 if (status & TD_CTRL_STALLED) /* Stalled */ in uhci_map_status()
2204 if (status & TD_CTRL_STALLED) /* Stalled */ in uhci_map_status()