Searched refs:VLV_TVIDEO_DIP_CTL (Results 1 – 2 of 2) sorted by relevance
449 i915_reg_t reg = VLV_TVIDEO_DIP_CTL(intel_crtc->pipe); in vlv_write_infoframe()491 val = intel_de_read(dev_priv, VLV_TVIDEO_DIP_CTL(crtc->pipe)); in vlv_read_infoframe()496 intel_de_write(dev_priv, VLV_TVIDEO_DIP_CTL(crtc->pipe), val); in vlv_read_infoframe()508 u32 val = intel_de_read(dev_priv, VLV_TVIDEO_DIP_CTL(pipe)); in vlv_infoframes_enabled()1169 i915_reg_t reg = VLV_TVIDEO_DIP_CTL(intel_crtc->pipe); in vlv_set_infoframes()
8549 #define VLV_TVIDEO_DIP_CTL(pipe) \ macro