Home
last modified time | relevance | path

Searched refs:FCU_STS_DONE_POS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_hal.h118 #define FCU_STS_DONE_POS 0x9 macro
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c1167 if (((fcu_sts >> FCU_STS_DONE_POS) & 0x1)) in qat_hal_start()