Home
last modified time | relevance | path

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

/freebsd/sys/dev/sec/
H A Dsec.c193 id = SEC_READ(sc, SEC_ID); in sec_probe()
523 isr = SEC_READ(sc, SEC_ISR); in sec_primary_intr()
534 desc = sec_find_desc(sc, SEC_READ(sc, in sec_primary_intr()
625 while (SEC_READ(sc, SEC_MCR) & SEC_MCR_SWR) { in sec_controller_reset()
647 reg = SEC_READ(sc, SEC_CHAN_CCR(channel)); in sec_channel_reset()
650 while (SEC_READ(sc, SEC_CHAN_CCR(channel)) & bit) { in sec_channel_reset()
931 reg = SEC_READ(sc, SEC_EUASR); in sec_eu_channel()
976 reg = SEC_READ(sc, SEC_CHAN_CSR(channel)); in sec_enqueue_desc()
990 reg = SEC_READ(sc, SEC_CHAN_CSR(channel)); in sec_enqueue_desc()
H A Dsec.h221 #define SEC_READ(sc, reg) \ macro