Searched refs:PORT_PLL_ENABLE (Results 1 – 4 of 4) sorted by relevance
217 PORT_PLL_ENABLE); in emulate_monitor_status_change()281 PORT_PLL_ENABLE); in emulate_monitor_status_change()310 PORT_PLL_ENABLE); in emulate_monitor_status_change()340 PORT_PLL_ENABLE); in emulate_monitor_status_change()
564 if (!(temp & PORT_PLL_ENABLE) || !(temp & PORT_PLL_LOCK)) { in bxt_vgpu_get_dp_bitrate()1814 if (v & PORT_PLL_ENABLE) in bxt_port_pll_enable_write()
1994 intel_de_rmw(dev_priv, BXT_PORT_PLL_ENABLE(port), 0, PORT_PLL_ENABLE); in bxt_ddi_pll_enable()2023 intel_de_rmw(dev_priv, BXT_PORT_PLL_ENABLE(port), PORT_PLL_ENABLE, 0); in bxt_ddi_pll_disable()2058 if (!(val & PORT_PLL_ENABLE)) in bxt_ddi_pll_get_hw_state()
586 #define PORT_PLL_ENABLE REG_BIT(31) macro