Searched refs:CTX_ENABLES (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_hal.c | 209 qat_hal_rd_ae_csr(handle, ae, CTX_ENABLES, &csr); in qat_hal_set_ae_ctx_mode() 214 qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, new_csr); in qat_hal_set_ae_ctx_mode() 223 qat_hal_rd_ae_csr(handle, ae, CTX_ENABLES, &csr); in qat_hal_set_ae_nn_mode() 231 qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, new_csr); in qat_hal_set_ae_nn_mode() 242 qat_hal_rd_ae_csr(handle, ae, CTX_ENABLES, &csr); in qat_hal_set_ae_lm_mode() 261 qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, new_csr); in qat_hal_set_ae_lm_mode() 498 qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, in qat_hal_clr_reset() 530 qat_hal_rd_ae_csr(handle, ae, CTX_ENABLES, &ctx); in qat_hal_disable_ctx() 533 qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, ctx); in qat_hal_disable_ctx() 594 qat_hal_rd_ae_csr(handle, ae, CTX_ENABLES, &ctx); in qat_hal_enable_ctx() [all …]
|
D | icp_qat_hal.h | 63 CTX_ENABLES = 0x018, enumerator
|