Searched refs:fcu_ctl_csr (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/qat/qat_common/ |
A D | qat_uclo.c | 1212 u32 fcu_ctl_csr, fcu_sts_csr; in qat_uclo_auth_fw() local 1219 fcu_ctl_csr = handle->chip_info->fcu_ctl_csr; in qat_uclo_auth_fw() 1226 SET_CAP_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_AUTH); in qat_uclo_auth_fw() 1266 u32 fcu_sts_csr, fcu_ctl_csr; in qat_uclo_broadcast_load_fw() local 1270 fcu_ctl_csr = handle->chip_info->fcu_ctl_csr; in qat_uclo_broadcast_load_fw() 1293 SET_CAP_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_LOAD); in qat_uclo_broadcast_load_fw() 1482 u32 fcu_sts_csr, fcu_ctl_csr; in qat_uclo_load_fw() local 1487 fcu_ctl_csr = handle->chip_info->fcu_ctl_csr; in qat_uclo_load_fw() 1500 SET_CAP_CSR(handle, fcu_ctl_csr, in qat_uclo_load_fw()
|
A D | icp_qat_fw_loader_handle.h | 39 u32 fcu_ctl_csr; member
|
A D | qat_hal.c | 711 handle->chip_info->fcu_ctl_csr = FCU_CONTROL_4XXX; in qat_hal_chip_init() 746 handle->chip_info->fcu_ctl_csr = FCU_CONTROL; in qat_hal_chip_init() 779 handle->chip_info->fcu_ctl_csr = 0; in qat_hal_chip_init() 906 u32 fcu_ctl_csr, fcu_sts_csr; in qat_hal_start() local 913 fcu_ctl_csr = handle->chip_info->fcu_ctl_csr; in qat_hal_start() 916 SET_CAP_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_START); in qat_hal_start()
|
Completed in 14 milliseconds