Searched refs:RTIT_STATUS_ERROR (Results 1 – 3 of 3) sorted by relevance
190 #define RTIT_STATUS_ERROR BIT(4) macro
854 if (status & RTIT_STATUS_ERROR) { in pt_handle_status()857 status &= ~RTIT_STATUS_ERROR; in pt_handle_status()
146 RTIT_STATUS_ERROR | RTIT_STATUS_STOPPED | \