Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_regs.h2511 #define BXT_CDCLK_CD2X_PIPE(pipe) ((pipe) << 20) macro
2513 #define BXT_CDCLK_CD2X_PIPE_NONE BXT_CDCLK_CD2X_PIPE(3)
2516 #define TGL_CDCLK_CD2X_PIPE(pipe) BXT_CDCLK_CD2X_PIPE(pipe)
H A Dintel_cdclk.c1894 return BXT_CDCLK_CD2X_PIPE(pipe); in bxt_cdclk_cd2x_pipe()