Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_hal.h104 #define CE_NN_MODE_BITPOS 20 macro
109 #define CE_NN_MODE (0x1 << CE_NN_MODE_BITPOS)
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c239 new_csr = (mode) ? SET_BIT(csr, CE_NN_MODE_BITPOS) : in qat_hal_set_ae_nn_mode()
240 CLR_BIT(csr, CE_NN_MODE_BITPOS); in qat_hal_set_ae_nn_mode()