Home
last modified time | relevance | path

Searched refs:TSEC_IEVENT_BSY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/tsec/
H A Dif_tsecreg.h237 #define TSEC_IEVENT_BSY 0x20000000 /* Busy condition interrupt */ macro
H A Dif_tsec.c1515 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()