Lines Matching refs:gmch_n
6015 &m_n->gmch_m, &m_n->gmch_n); in intel_link_compute_m_n()
6129 I915_WRITE(PCH_TRANS_DATA_N1(pipe), m_n->gmch_n); in intel_pch_transcoder_set_m_n()
6145 I915_WRITE(PIPE_DATA_N1(transcoder), m_n->gmch_n); in intel_cpu_transcoder_set_m_n()
6156 I915_WRITE(PIPE_DATA_N2(transcoder), m2_n2->gmch_n); in intel_cpu_transcoder_set_m_n()
6162 I915_WRITE(PIPE_DATA_N_G4X(pipe), m_n->gmch_n); in intel_cpu_transcoder_set_m_n()
7911 m_n->gmch_n = I915_READ(PCH_TRANS_DATA_N1(pipe)); in intel_pch_transcoder_get_m_n()
7930 m_n->gmch_n = I915_READ(PIPE_DATA_N1(transcoder)); in intel_cpu_transcoder_get_m_n()
7943 m2_n2->gmch_n = I915_READ(PIPE_DATA_N2(transcoder)); in intel_cpu_transcoder_get_m_n()
7952 m_n->gmch_n = I915_READ(PIPE_DATA_N_G4X(pipe)); in intel_cpu_transcoder_get_m_n()
10497 pipe_config->fdi_m_n.gmch_m, pipe_config->fdi_m_n.gmch_n, in intel_dump_pipe_config()
10502 pipe_config->dp_m_n.gmch_m, pipe_config->dp_m_n.gmch_n, in intel_dump_pipe_config()
10509 pipe_config->dp_m2_n2.gmch_n, in intel_dump_pipe_config()
11007 PIPE_CONF_CHECK_I(fdi_m_n.gmch_n); in intel_pipe_config_compare()
11016 PIPE_CONF_CHECK_I(dp_m_n.gmch_n); in intel_pipe_config_compare()
11023 PIPE_CONF_CHECK_I(dp_m2_n2.gmch_n); in intel_pipe_config_compare()
11030 PIPE_CONF_CHECK_I_ALT(dp_m_n.gmch_n, dp_m2_n2.gmch_n); in intel_pipe_config_compare()