Searched refs:PORT_PLL_M2_MASK (Results 1 – 3 of 3) sorted by relevance
1902 temp &= ~PORT_PLL_M2_MASK; in bxt_ddi_pll_enable()2038 hw_state->pll0 &= PORT_PLL_M2_MASK; in bxt_ddi_pll_get_hw_state()2258 clock.m2 = (pll_state->pll0 & PORT_PLL_M2_MASK) << 22; in bxt_ddi_pll_get_freq()
574 clock.m2 = (vgpu_vreg_t(vgpu, BXT_PORT_PLL(phy, ch, 0)) & PORT_PLL_M2_MASK) << 22; in bxt_vgpu_get_dp_bitrate()
1825 #define PORT_PLL_M2_MASK 0xFF macro