Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_ddi.c194 I915_WRITE(PORT_CLK_SEL(PORT_E), intel_crtc->ddi_pll_sel); in hsw_fdi_link_train()
1181 ret = I915_READ(PORT_CLK_SEL(port)); in intel_ddi_get_crtc_pll()
1260 I915_WRITE(PORT_CLK_SEL(port), intel_crtc->ddi_pll_sel); in intel_ddi_pre_enable()
1303 I915_WRITE(PORT_CLK_SEL(port), PORT_CLK_SEL_NONE); in intel_ddi_post_disable()
Di915_reg.h4723 #define PORT_CLK_SEL(port) _PORT(port, PORT_CLK_SEL_A, PORT_CLK_SEL_B) macro