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

/freebsd-12-stable/sys/dev/sec/
H A Dsec.c210 id = SEC_READ(sc, SEC_ID);
556 isr = SEC_READ(sc, SEC_ISR);
567 desc = sec_find_desc(sc, SEC_READ(sc,
639 while (SEC_READ(sc, SEC_MCR) & SEC_MCR_SWR) {
661 reg = SEC_READ(sc, SEC_CHAN_CCR(channel));
664 while (SEC_READ(sc, SEC_CHAN_CCR(channel)) & bit) {
959 reg = SEC_READ(sc, SEC_EUASR);
1004 reg = SEC_READ(sc, SEC_CHAN_CSR(channel));
1018 reg = SEC_READ(sc, SEC_CHAN_CSR(channel));
H A Dsec.h226 #define SEC_READ(sc, reg) \ macro

Completed in 100 milliseconds