Searched refs:GET_CAP_CSR (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/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() 902 			fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr);  in qat_hal_start()
  | 
| 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()
  |