Searched refs:SEC_READ (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sec/
H A Dsec.c197 id = SEC_READ(sc, SEC_ID);
527 isr = SEC_READ(sc, SEC_ISR);
538 desc = sec_find_desc(sc, SEC_READ(sc,
629 while (SEC_READ(sc, SEC_MCR) & SEC_MCR_SWR) {
651 reg = SEC_READ(sc, SEC_CHAN_CCR(channel));
654 while (SEC_READ(sc, SEC_CHAN_CCR(channel)) & bit) {
932 reg = SEC_READ(sc, SEC_EUASR);
977 reg = SEC_READ(sc, SEC_CHAN_CSR(channel));
991 reg = SEC_READ(sc, SEC_CHAN_CSR(channel));
H A Dsec.h223 #define SEC_READ(sc, reg) \ macro

Completed in 180 milliseconds