HomeSort by: relevance | last modified time | path
    Searched refs:mg_clktop2_coreclkctl1 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dpll_mgr.h 204 u32 mg_clktop2_coreclkctl1; member in struct:intel_dpll_hw_state
intel_dpll_mgr.c 2731 state->mg_clktop2_coreclkctl1 =
3157 hw_state->mg_clktop2_coreclkctl1 =
3158 I915_READ(MG_CLKTOP2_CORECLKCTL1(tc_port));
3159 hw_state->mg_clktop2_coreclkctl1 &=
3233 hw_state->mg_clktop2_coreclkctl1 =
3235 hw_state->mg_clktop2_coreclkctl1 &=
3371 val = I915_READ(MG_CLKTOP2_CORECLKCTL1(tc_port));
3373 val |= hw_state->mg_clktop2_coreclkctl1;
3374 I915_WRITE(MG_CLKTOP2_CORECLKCTL1(tc_port), val);
3424 val |= hw_state->mg_clktop2_coreclkctl1;
    [all...]
intel_display.c 13689 PIPE_CONF_CHECK_X(dpll_hw_state.mg_clktop2_coreclkctl1);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 2766 seq_printf(m, " mg_clktop2_coreclkctl1: 0x%08x\n",
2767 pll->state.hw_state.mg_clktop2_coreclkctl1);

Completed in 28 milliseconds