Searched refs:PORT_PLL_ENABLE (Results 1 – 4 of 4) sorted by relevance
213 PORT_PLL_ENABLE); in emulate_monitor_status_change()277 PORT_PLL_ENABLE); in emulate_monitor_status_change()306 PORT_PLL_ENABLE); in emulate_monitor_status_change()336 PORT_PLL_ENABLE); in emulate_monitor_status_change()
567 if (!(temp & PORT_PLL_ENABLE) || !(temp & PORT_PLL_LOCK)) { in bxt_vgpu_get_dp_bitrate()1812 if (v & PORT_PLL_ENABLE) in bxt_port_pll_enable_write()
1959 temp |= PORT_PLL_ENABLE; in bxt_ddi_pll_enable()1991 temp &= ~PORT_PLL_ENABLE; in bxt_ddi_pll_disable()2028 if (!(val & PORT_PLL_ENABLE)) in bxt_ddi_pll_get_hw_state()
1792 #define PORT_PLL_ENABLE (1 << 31) macro