Home
last modified time | relevance | path

Searched refs:CE_ENABLE_BITPOS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dicp_qat_hal.h68 #define CE_ENABLE_BITPOS 0x8 macro
H A Dqat_hal.c379 if ((enable & (0xff << CE_ENABLE_BITPOS)) || in qat_hal_check_ae_active()
505 (~((ctx_mask & ICP_QAT_UCLO_AE_ALL_CTX) << CE_ENABLE_BITPOS)); in qat_hal_disable_ctx()
570 ctx |= (ctx_mask << CE_ENABLE_BITPOS); in qat_hal_enable_ctx()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_hal.h93 #define CE_ENABLE_BITPOS 0x8 macro
H A Dqat_hal.c410 if ((enable & (0xff << CE_ENABLE_BITPOS)) || in qat_hal_check_ae_active()
536 (~((ctx_mask & ICP_QAT_UCLO_AE_ALL_CTX) << CE_ENABLE_BITPOS)); in qat_hal_disable_ctx()
601 ctx |= (ctx_mask << CE_ENABLE_BITPOS); in qat_hal_enable_ctx()

Completed in 6 milliseconds