Searched refs:STS_INT (Results 1 – 3 of 3) sorted by relevance
90 #define STS_INT (1<<0) /* "normal" completion (short, ...) */ macro
257 #define STS_INT (1<<0) /* "normal" completion (short, ...) */ macro
77 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT)190 (status & STS_INT) ? " INT" : ""); in dbg_status_buf()203 (enable & STS_INT) ? " INT" : ""); in dbg_intr_buf()5146 if (likely((status & (STS_INT|STS_ERR)) != 0)) { in fotg210_irq()