Searched refs:GET_CAP_CSR (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_hal.h | 127 #define GET_CAP_CSR(handle, csr) \ macro
|
H A D | qat_hal.c | 308 csr_val = GET_CAP_CSR(handle, reset_csr); in qat_hal_reset() 425 misc_ctl = GET_CAP_CSR(handle, misc_ctl_csr); in qat_hal_reset_timestamp() 484 csr_val = GET_CAP_CSR(handle, reset_csr); in qat_hal_clr_reset() 490 csr_val = GET_CAP_CSR(handle, reset_csr); in qat_hal_clr_reset() 494 csr_val = GET_CAP_CSR(handle, clk_csr); in qat_hal_clr_reset() 909 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_hal_start()
|
H A D | qat_uclo.c | 1262 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_auth_fw() 1328 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_broadcast_load_fw() 1335 ae_loaded = GET_CAP_CSR(handle, fcu_loaded_csr); in qat_uclo_broadcast_load_fw() 1709 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_load_fw() 1712 loaded_aes = GET_CAP_CSR(handle, loaded_csr); in qat_uclo_load_fw()
|