Home
last modified time | relevance | path

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

/linux-6.15/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.c1831 intel_de_write(display, SNPS_PHY_MPLLB_DIV(phy), pll_state->mpllb_div); in intel_mpllb_enable()
1856 intel_de_write(display, SNPS_PHY_MPLLB_DIV(phy), in intel_mpllb_enable()
1898 intel_de_rmw(display, SNPS_PHY_MPLLB_DIV(phy), SNPS_PHY_MPLLB_FORCE_EN, 0); in intel_mpllb_disable()
1954 pll_state->mpllb_div = intel_de_read(display, SNPS_PHY_MPLLB_DIV(phy)); in intel_mpllb_readout_hw_state()