Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg_defs.h239 #define _PICK_EVEN_2RANGES(__index, __c_index, __a, __b, __c, __d) \ argument
240 (BUILD_BUG_ON_ZERO(!__is_constexpr(__c_index)) + \
241 ((__index) < (__c_index) ? _PICK_EVEN(__index, __a, __b) : \
242 _PICK_EVEN((__index) - (__c_index), __c, __d)))