Searched refs:SIGNATURE_ENABLE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | icp_qat_hal.h | 35 SIGNATURE_ENABLE = 0x150, enumerator
|
H A D | qat_hal.c | 721 /* Set SIGNATURE_ENABLE[0] to 0x1 in order to enable ALU_OUT csr */ in qat_hal_init() 723 csr_val = qat_hal_rd_ae_csr(handle, ae, SIGNATURE_ENABLE); in qat_hal_init() 725 qat_hal_wr_ae_csr(handle, ae, SIGNATURE_ENABLE, csr_val); in qat_hal_init()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_hal.h | 49 SIGNATURE_ENABLE = 0x150, enumerator
|
H A D | qat_hal.c | 813 /* Set SIGNATURE_ENABLE[0] to 0x1 in order to enable ALU_OUT csr */ in qat_hal_chip_init() 815 csr_val = qat_hal_rd_ae_csr(handle, ae, SIGNATURE_ENABLE); in qat_hal_chip_init() 817 qat_hal_wr_ae_csr(handle, ae, SIGNATURE_ENABLE, csr_val); in qat_hal_chip_init()
|
Completed in 7 milliseconds