Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_cx0_phy_regs.h15 #define DDI_CLK_VALFREQ(port) _MMIO_PORT(port, _DDI_CLK_VALFREQ_A, _DDI_CLK_VALFREQ_B) macro
H A Dintel_cx0_phy.c3063 * 8. Program DDI_CLK_VALFREQ to match intended DDI in __intel_cx0pll_enable()
3066 intel_de_write(display, DDI_CLK_VALFREQ(encoder->port), port_clock); in __intel_cx0pll_enable()
3215 * 7. Program DDI_CLK_VALFREQ to match intended DDI in intel_mtl_tbt_pll_enable()
3218 intel_de_write(display, DDI_CLK_VALFREQ(encoder->port), in intel_mtl_tbt_pll_enable()
3310 /* 4. Program DDI_CLK_VALFREQ to 0. */ in intel_cx0pll_disable()
3311 intel_de_write(display, DDI_CLK_VALFREQ(encoder->port), 0); in intel_cx0pll_disable()
3383 /* 6. Program DDI_CLK_VALFREQ to 0. */ in intel_mtl_tbt_pll_disable()
3384 intel_de_write(display, DDI_CLK_VALFREQ(encoder->port), 0); in intel_mtl_tbt_pll_disable()