Searched refs:GET_CAP_CSR (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | icp_qat_hal.h | 127 #define GET_CAP_CSR(handle, csr) \ macro
|
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() 906 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_hal_start()
|
D | qat_uclo.c | 1236 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_auth_fw() 1303 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_broadcast_load_fw() 1310 ae_loaded = GET_CAP_CSR(handle, fcu_loaded_csr); in qat_uclo_broadcast_load_fw() 1555 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_load_fw() 1558 loaded_aes = GET_CAP_CSR(handle, loaded_csr); in qat_uclo_load_fw()
|