Home
last modified time | relevance | path

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

/linux/drivers/phy/freescale/
H A Dphy-fsl-lynx-28g.c44 #define PLLnRSTCTL_DIS(rstctl) (((rstctl) & BIT(24)) >> 24) argument
45 #define PLLnRSTCTL_LOCK(rstctl) (((rstctl) & BIT(23)) >> 23) argument
422 u32 rstctl, cr0, cr1; member
509 if (PLLnRSTCTL_DIS(priv->pll[i].rstctl)) in lynx_28g_supports_lane_mode()
528 if (PLLnRSTCTL_DIS(pll->rstctl)) in lynx_28g_pll_get()
1036 pll->rstctl = lynx_28g_pll_read(pll, PLLnRSTCTL); in lynx_28g_pll_read_configuration()
1040 if (PLLnRSTCTL_DIS(pll->rstctl)) in lynx_28g_pll_read_configuration()
/linux/drivers/gpu/drm/i915/
H A Dvlv_suspend.c48 u32 rstctl; member
149 s->rstctl = intel_uncore_read(uncore, GEN6_RSTCTL); in vlv_save_gunit_s0ix_state()
234 intel_uncore_write(uncore, GEN6_RSTCTL, s->rstctl); in vlv_restore_gunit_s0ix_state()