Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_hal.c66 #define IGNORE_W1C_MASK ((~(1 << CE_BREAKPOINT_BITPOS)) & \ macro
210 csr = IGNORE_W1C_MASK & csr; in qat_hal_set_ae_ctx_mode()
224 csr &= IGNORE_W1C_MASK; in qat_hal_set_ae_nn_mode()
243 csr &= IGNORE_W1C_MASK; in qat_hal_set_ae_lm_mode()
531 ctx &= IGNORE_W1C_MASK & in qat_hal_disable_ctx()
595 ctx &= IGNORE_W1C_MASK; in qat_hal_enable_ctx()
624 csr_val &= IGNORE_W1C_MASK; in qat_hal_clear_gpr()
860 ctx_enables &= IGNORE_W1C_MASK; in qat_hal_exec_micro_inst()
947 ctx_enables &= IGNORE_W1C_MASK; in qat_hal_rd_rel_reg()
1241 ctx_enables &= IGNORE_W1C_MASK; in qat_hal_put_rel_nn()