Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_ddi.c200 I915_WRITE(PORT_CLK_SEL(PORT_E), intel_crtc->ddi_pll_sel); in hsw_fdi_link_train()
975 ret = I915_READ(PORT_CLK_SEL(port)); in intel_ddi_get_crtc_pll()
1054 I915_WRITE(PORT_CLK_SEL(port), intel_crtc->ddi_pll_sel); in intel_ddi_pre_enable()
1097 I915_WRITE(PORT_CLK_SEL(port), PORT_CLK_SEL_NONE); in intel_ddi_post_disable()
H A Di915_reg.h4984 #define PORT_CLK_SEL(port) _PORT(port, PORT_CLK_SEL_A, PORT_CLK_SEL_B) macro