Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c1803 return ICL_CDCLK_CD2X_PIPE(pipe); in bxt_cdclk_cd2x_pipe()
/linux/drivers/gpu/drm/i915/
H A Di915_reg.h4077 #define ICL_CDCLK_CD2X_PIPE(pipe) (_PICK(pipe, 0, 2, 6) << 19) macro