Searched refs:GET_CAP_CSR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | icp_qat_hal.h | 92 #define GET_CAP_CSR(handle, csr) \ macro 95 #define GET_GLB_CSR(handle, csr) GET_CAP_CSR(handle, GLOBAL_CSR + csr)
|
H A D | qat_uclo.c | 1166 fcu_sts = GET_CAP_CSR(handle, FCU_STATUS); in qat_uclo_auth_fw() 1352 fcu_sts = GET_CAP_CSR(handle, FCU_STATUS); in qat_uclo_load_fw()
|
H A D | qat_hal.c | 755 fcu_sts = GET_CAP_CSR(handle, FCU_STATUS); in qat_hal_start()
|
/kernel/linux/linux-6.6/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() 902 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_hal_start()
|
H A D | qat_uclo.c | 1235 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_auth_fw() 1302 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_broadcast_load_fw() 1309 ae_loaded = GET_CAP_CSR(handle, fcu_loaded_csr); in qat_uclo_broadcast_load_fw() 1554 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_load_fw() 1557 loaded_aes = GET_CAP_CSR(handle, loaded_csr); in qat_uclo_load_fw()
|
Completed in 14 milliseconds