Home
last modified time | relevance | path

Searched refs:CE_LMADDR_2_GLOBAL_BITPOS (Results 1 – 2 of 2) sorted by last modified time

/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c268 new_csr = (mode) ? SET_BIT(csr, CE_LMADDR_2_GLOBAL_BITPOS) : in qat_hal_set_ae_lm_mode()
269 CLR_BIT(csr, CE_LMADDR_2_GLOBAL_BITPOS); in qat_hal_set_ae_lm_mode()
/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_hal.h101 #define CE_LMADDR_2_GLOBAL_BITPOS 22 macro