Searched refs:DPLL_CTRL2_DDI_CLK_OFF (Results 1 – 3 of 3) sorted by relevance
398 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_B); in emulate_monitor_status_change()424 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_C); in emulate_monitor_status_change()450 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_D); in emulate_monitor_status_change()
3102 val &= ~(DPLL_CTRL2_DDI_CLK_OFF(port) | in intel_ddi_clk_select()3133 intel_de_read(dev_priv, DPLL_CTRL2) | DPLL_CTRL2_DDI_CLK_OFF(port)); in intel_ddi_clk_disable()
10235 #define DPLL_CTRL2_DDI_CLK_OFF(port) (1 << ((port) + 15)) macro