Searched refs:FCU_STS_DONE_POS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ | ||
H A D | icp_qat_hal.h | 113 #define FCU_STS_DONE_POS 0x9 macro |
H A D | qat_hal.c | 903 if (((fcu_sts >> FCU_STS_DONE_POS) & 0x1)) in qat_hal_start() |