Symbol: fcu_sts
drivers/crypto/intel/qat/qat_common/qat_hal.c
900
unsigned int fcu_sts;
drivers/crypto/intel/qat/qat_common/qat_hal.c
912
fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr);
drivers/crypto/intel/qat/qat_common/qat_hal.c
913
if (((fcu_sts >> FCU_STS_DONE_POS) & 0x1))
drivers/crypto/intel/qat/qat_common/qat_hal.c
916
pr_err("QAT: start error (FCU_STS = 0x%x)\n", fcu_sts);
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1238
u32 fcu_sts;
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1256
fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr);
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1260
if ((fcu_sts & FCU_AUTH_STS_MASK) == FCU_STS_VERI_FAIL) {
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1268
if ((fcu_sts & FCU_AUTH_STS_MASK) == FCU_STS_VERI_FAIL)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1271
if (((fcu_sts >> FCU_STS_AUTHFWLD_POS) & 0x1))
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1272
if ((fcu_sts & FCU_AUTH_STS_MASK) == FCU_STS_VERI_DONE)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1277
pr_err("authentication error (FCU_STATUS = 0x%x)\n", fcu_sts & FCU_AUTH_STS_MASK);
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1303
u32 fcu_sts, ae_broadcast_mask = 0;
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1335
fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr);
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1336
fcu_sts &= FCU_AUTH_STS_MASK;
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1338
if (fcu_sts == FCU_STS_LOAD_FAIL) {
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1339
pr_err("Broadcast load failed: 0x%x)\n", fcu_sts);
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1341
} else if (fcu_sts == FCU_STS_LOAD_DONE) {
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1694
u32 fcu_sts;
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1716
fcu_sts = GET_CAP_CSR(handle, fcu_sts_csr);
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1717
if ((fcu_sts & FCU_AUTH_STS_MASK) ==