Home
last modified time | relevance | path

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

/freebsd/sys/dev/sec/
H A Dsec.h364 #define SEC_CHAN_CSR3_FFLVL_S 24 macro
H A Dsec.c334 (SEC_CHAN_CSR3_FFLVL_M << SEC_CHAN_CSR3_FFLVL_S) | in sec_attach()
997 fflvl = (reg >> SEC_CHAN_CSR3_FFLVL_S) & SEC_CHAN_CSR3_FFLVL_M; in sec_enqueue_desc()