Searched refs:CC_ENABLE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | icp_qat_hal.h | 64 CC_ENABLE = 0x01c, enumerator
|
D | qat_hal.c | 518 qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, INIT_CCENABLE_VALUE); in qat_hal_clr_reset() 678 qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, INIT_CCENABLE_VALUE); in qat_hal_clear_gpr() 906 savcc = qat_hal_rd_ae_csr(handle, ae, CC_ENABLE); in qat_hal_exec_micro_inst() 920 qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, savcc & 0xffffdfff); in qat_hal_exec_micro_inst() 945 qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, savcc); in qat_hal_exec_micro_inst()
|
/Linux-v4.19/drivers/media/platform/atmel/ |
D | atmel-isc.c | 126 #define CC_ENABLE BIT(2) macro
|