Searched refs:DPLL_CTRL2_DDI_SEL_OVERRIDE (Results 1 – 4 of 4) sorted by relevance
407 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_B); in emulate_monitor_status_change()433 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_C); in emulate_monitor_status_change()459 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_D); in emulate_monitor_status_change()
606 (vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_SEL_OVERRIDE(port))) { in skl_vgpu_get_dp_bitrate()
1885 DPLL_CTRL2_DDI_SEL_OVERRIDE(port)); in skl_ddi_enable_clock()1928 if ((tmp & DPLL_CTRL2_DDI_SEL_OVERRIDE(port)) == 0) in skl_ddi_get_pll()
5981 #define DPLL_CTRL2_DDI_SEL_OVERRIDE(port) (1 << ((port) * 3)) macro