Searched refs:TSEC_IEVENT_BSY (Results 1 – 2 of 2) sorted by relevance
237 #define TSEC_IEVENT_BSY 0x20000000 /* Busy condition interrupt */ macro
1515 TSEC_WRITE(sc, TSEC_REG_IEVENT, TSEC_IEVENT_RXC | TSEC_IEVENT_BSY | in tsec_error_intr_locked()1531 if (eflags & TSEC_IEVENT_BSY) { in tsec_error_intr_locked()