Home
last modified time | relevance | path

Searched refs:LEGFUSE_ACCEL_MASK_EIA3_SLICE (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/qat/
HDqat_dh895xcc.c141 if (legfuse & LEGFUSE_ACCEL_MASK_EIA3_SLICE) in qat_dh895xcc_get_accel_cap()
HDqat_c3xxx.c149 if (legfuse & LEGFUSE_ACCEL_MASK_EIA3_SLICE) in qat_c3xxx_get_accel_cap()
HDqat_c62x.c151 if (legfuse & LEGFUSE_ACCEL_MASK_EIA3_SLICE) in qat_c62x_get_accel_cap()
HDqat_d15xx.c151 if (legfuse & LEGFUSE_ACCEL_MASK_EIA3_SLICE) in qat_d15xx_get_accel_cap()
HDqatreg.h120 #define LEGFUSE_ACCEL_MASK_EIA3_SLICE __BIT(5) macro