Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqatvar.h914 offset = __SHIFTIN(ae & sc->sc_ae_mask, AE_LOCAL_AE_MASK) | in qat_ae_local_write_4()
925 offset = __SHIFTIN(ae & sc->sc_ae_mask, AE_LOCAL_AE_MASK) | in qat_ae_local_read_4()
H A Dqatreg.h323 #define AE_LOCAL_AE_MASK __BITS(31, 12) macro