Home
last modified time | relevance | path

Searched refs:SNPS_PHY_MPLLB_DIV (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_snps_phy_regs.h28 #define SNPS_PHY_MPLLB_DIV(phy) _MMIO_SNPS(phy, 0x168004) macro
H A Dintel_snps_phy.c1837 intel_de_write(dev_priv, SNPS_PHY_MPLLB_DIV(phy), pll_state->mpllb_div); in intel_mpllb_enable()
1862 intel_de_write(dev_priv, SNPS_PHY_MPLLB_DIV(phy), in intel_mpllb_enable()
1904 intel_de_rmw(i915, SNPS_PHY_MPLLB_DIV(phy), SNPS_PHY_MPLLB_FORCE_EN, 0); in intel_mpllb_disable()
1960 pll_state->mpllb_div = intel_de_read(dev_priv, SNPS_PHY_MPLLB_DIV(phy)); in intel_mpllb_readout_hw_state()