Searched refs:CC_ENABLE (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
D | icp_qat_hal.h | 20 CC_ENABLE = 0x01c, enumerator
|
D | qat_hal.c | 475 qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, INIT_CCENABLE_VALUE); in qat_hal_clr_reset() 635 qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, INIT_CCENABLE_VALUE); in qat_hal_clear_gpr() 863 savcc = qat_hal_rd_ae_csr(handle, ae, CC_ENABLE); in qat_hal_exec_micro_inst() 877 qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, savcc & 0xffffdfff); in qat_hal_exec_micro_inst() 902 qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, savcc); in qat_hal_exec_micro_inst()
|
/kernel/linux/linux-5.10/drivers/media/platform/atmel/ |
D | atmel-isc.h | 75 #define CC_ENABLE BIT(2) macro
|