Searched refs:fcu_ctl_csr (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | icp_qat_fw_loader_handle.h | 39 u32 fcu_ctl_csr; member
|
D | qat_uclo.c | 1218 u32 fcu_ctl_csr, fcu_sts_csr; in qat_uclo_auth_fw() local 1225 fcu_ctl_csr = handle->chip_info->fcu_ctl_csr; in qat_uclo_auth_fw() 1232 SET_CAP_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_AUTH); in qat_uclo_auth_fw() 1272 u32 fcu_sts_csr, fcu_ctl_csr; in qat_uclo_broadcast_load_fw() local 1276 fcu_ctl_csr = handle->chip_info->fcu_ctl_csr; in qat_uclo_broadcast_load_fw() 1299 SET_CAP_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_LOAD); in qat_uclo_broadcast_load_fw() 1530 u32 fcu_sts_csr, fcu_ctl_csr; in qat_uclo_load_fw() local 1535 fcu_ctl_csr = handle->chip_info->fcu_ctl_csr; in qat_uclo_load_fw() 1548 SET_CAP_CSR(handle, fcu_ctl_csr, in qat_uclo_load_fw()
|
D | qat_hal.c | 716 handle->chip_info->fcu_ctl_csr = FCU_CONTROL_4XXX; in qat_hal_chip_init() 745 handle->chip_info->fcu_ctl_csr = FCU_CONTROL; in qat_hal_chip_init() 772 handle->chip_info->fcu_ctl_csr = 0; in qat_hal_chip_init() 893 u32 fcu_ctl_csr, fcu_sts_csr; in qat_hal_start() local 900 fcu_ctl_csr = handle->chip_info->fcu_ctl_csr; in qat_hal_start() 903 SET_CAP_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_START); in qat_hal_start()
|