Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_snps_phy_regs.h58 #define SNPS_PHY_MPLLB_DIV2(phy) _MMIO_SNPS(phy, 0x16801C) macro
Dintel_snps_phy.c624 intel_de_write(dev_priv, SNPS_PHY_MPLLB_DIV2(phy), pll_state->mpllb_div2); in intel_mpllb_enable()
748 pll_state->mpllb_div2 = intel_de_read(dev_priv, SNPS_PHY_MPLLB_DIV2(phy)); in intel_mpllb_readout_hw_state()