Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_hdmi.c186 int reg = TVIDEO_DIP_CTL(intel_crtc->pipe); in ibx_write_infoframe()
226 int reg = TVIDEO_DIP_CTL(intel_crtc->pipe); in cpt_write_infoframe()
456 u32 reg = TVIDEO_DIP_CTL(intel_crtc->pipe); in ibx_set_infoframes()
516 u32 reg = TVIDEO_DIP_CTL(intel_crtc->pipe); in cpt_set_infoframes()
H A Di915_reg.h4119 #define TVIDEO_DIP_CTL(pipe) _PIPE(pipe, _VIDEO_DIP_CTL_A, _VIDEO_DIP_CTL_B) macro