Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dintel_uncore.c124 #define FW_RANGE 0x40000 in intel_uncore_check_forcewake_domains() macro
140 valid = kcalloc(BITS_TO_LONGS(FW_RANGE), sizeof(*valid), in intel_uncore_check_forcewake_domains()
148 for (offset = 0; offset < FW_RANGE; offset += 4) { in intel_uncore_check_forcewake_domains()
159 for_each_set_bit(offset, valid, FW_RANGE) { in intel_uncore_check_forcewake_domains()