Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen2_hw_data.c67 reg |= AE2FUNCTION_MAP_VALID; in adf_gen2_cfg_iov_thds()
69 reg &= ~AE2FUNCTION_MAP_VALID; in adf_gen2_cfg_iov_thds()
77 reg |= AE2FUNCTION_MAP_VALID; in adf_gen2_cfg_iov_thds()
79 reg &= ~AE2FUNCTION_MAP_VALID; in adf_gen2_cfg_iov_thds()
H A Dadf_gen2_hw_data.h85 #define AE2FUNCTION_MAP_VALID BIT(7) macro