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

/freebsd-10.1-release/sys/dev/sec/
H A Dsec.c220 id = SEC_READ(sc, SEC_ID);
569 isr = SEC_READ(sc, SEC_ISR);
580 desc = sec_find_desc(sc, SEC_READ(sc,
652 while (SEC_READ(sc, SEC_MCR) & SEC_MCR_SWR) {
674 reg = SEC_READ(sc, SEC_CHAN_CCR(channel));
677 while (SEC_READ(sc, SEC_CHAN_CCR(channel)) & bit) {
972 reg = SEC_READ(sc, SEC_EUASR);
1017 reg = SEC_READ(sc, SEC_CHAN_CSR(channel));
1031 reg = SEC_READ(sc, SEC_CHAN_CSR(channel));
H A Dsec.h228 #define SEC_READ(sc, reg) \ macro

Completed in 101 milliseconds