Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/freescale/
Dphy-fsl-lynx-28g.c27 #define LYNX_28G_PLLnRSTCTL_DIS(rstctl) (((rstctl) & BIT(24)) >> 24) argument
28 #define LYNX_28G_PLLnRSTCTL_LOCK(rstctl) (((rstctl) & BIT(23)) >> 23) argument
112 u32 rstctl, cr0, cr1; member
160 if (LYNX_28G_PLLnRSTCTL_DIS(priv->pll[i].rstctl)) in lynx_28g_supports_interface()
179 if (LYNX_28G_PLLnRSTCTL_DIS(pll->rstctl)) in lynx_28g_pll_get()
473 pll->rstctl = lynx_28g_pll_read(pll, PLLnRSTCTL); in lynx_28g_pll_read_configuration()
477 if (LYNX_28G_PLLnRSTCTL_DIS(pll->rstctl)) in lynx_28g_pll_read_configuration()
/Linux-v6.1/drivers/gpu/drm/i915/
Dvlv_suspend.c46 u32 rstctl; member
147 s->rstctl = intel_uncore_read(uncore, GEN6_RSTCTL); in vlv_save_gunit_s0ix_state()
233 intel_uncore_write(uncore, GEN6_RSTCTL, s->rstctl); in vlv_restore_gunit_s0ix_state()