Home
last modified time | relevance | path

Searched refs:fcu_sts (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1216 u32 fcu_sts, retry = 0; in qat_uclo_auth_fw() local
1235 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_auth_fw()
1244 fcu_sts & FCU_AUTH_STS_MASK, retry); in qat_uclo_auth_fw()
1269 u32 fcu_sts, ae_broadcast_mask = 0; in qat_uclo_broadcast_load_fw() local
1302 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_broadcast_load_fw()
1303 fcu_sts &= FCU_AUTH_STS_MASK; in qat_uclo_broadcast_load_fw()
1305 if (fcu_sts == FCU_STS_LOAD_FAIL) { in qat_uclo_broadcast_load_fw()
1308 } else if (fcu_sts == FCU_STS_LOAD_DONE) { in qat_uclo_broadcast_load_fw()
1532 u32 fcu_sts; in qat_uclo_load_fw() local
1554 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_uclo_load_fw()
[all …]
H A Dicp_qat_hal.h80 enum fcu_sts { enum
H A Dqat_hal.c890 unsigned int fcu_sts; in qat_hal_start() local
902 fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr); in qat_hal_start()
903 if (((fcu_sts >> FCU_STS_DONE_POS) & 0x1)) in qat_hal_start()
906 pr_err("QAT: start error (FCU_STS = 0x%x)\n", fcu_sts); in qat_hal_start()