Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_hal.h96 #define ACS_ABO_BITPOS 31 macro
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c166 unsigned int csr = (1 << ACS_ABO_BITPOS); in qat_hal_wait_cycles()
184 if (elapsed_cycles >= 8 && !(csr & (1 << ACS_ABO_BITPOS))) in qat_hal_wait_cycles()
551 (active & (1 << ACS_ABO_BITPOS))) in qat_hal_check_ae_active()