fcu_sts           789 drivers/crypto/qat/qat_common/qat_hal.c 	unsigned int fcu_sts = 0;
fcu_sts           795 drivers/crypto/qat/qat_common/qat_hal.c 			fcu_sts = GET_CAP_CSR(handle, FCU_STATUS);
fcu_sts           796 drivers/crypto/qat/qat_common/qat_hal.c 			if (((fcu_sts >> FCU_STS_DONE_POS) & 0x1))
fcu_sts           800 drivers/crypto/qat/qat_common/qat_hal.c 		       fcu_sts);
fcu_sts          1194 drivers/crypto/qat/qat_common/qat_uclo.c 	unsigned int fcu_sts, retry = 0;
fcu_sts          1205 drivers/crypto/qat/qat_common/qat_uclo.c 		fcu_sts = GET_CAP_CSR(handle, FCU_STATUS);
fcu_sts          1206 drivers/crypto/qat/qat_common/qat_uclo.c 		if ((fcu_sts & FCU_AUTH_STS_MASK) == FCU_STS_VERI_FAIL)
fcu_sts          1208 drivers/crypto/qat/qat_common/qat_uclo.c 		if (((fcu_sts >> FCU_STS_AUTHFWLD_POS) & 0x1))
fcu_sts          1209 drivers/crypto/qat/qat_common/qat_uclo.c 			if ((fcu_sts & FCU_AUTH_STS_MASK) == FCU_STS_VERI_DONE)
fcu_sts          1214 drivers/crypto/qat/qat_common/qat_uclo.c 	       fcu_sts & FCU_AUTH_STS_MASK, retry);
fcu_sts          1368 drivers/crypto/qat/qat_common/qat_uclo.c 	unsigned int fcu_sts;
fcu_sts          1391 drivers/crypto/qat/qat_common/qat_uclo.c 			fcu_sts = GET_CAP_CSR(handle, FCU_STATUS);
fcu_sts          1392 drivers/crypto/qat/qat_common/qat_uclo.c 			if (((fcu_sts & FCU_AUTH_STS_MASK) ==
fcu_sts          1394 drivers/crypto/qat/qat_common/qat_uclo.c 			    ((fcu_sts >> fcu_loaded_ae_pos) & (1 << i)))