Home
last modified time | relevance | path

Searched refs:DPLL_LOCK (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/arch/arm/mach-omap1/
Dusb.c608 #define DPLL_LOCK (1 << 0) macro
652 while (!(omap_readw(ULPD_DPLL_CTRL) & DPLL_LOCK)) in omap_1510_usb_init()
/linux-6.1.9/drivers/gpu/drm/gma500/
Dcdv_intel_display.c767 (REG_READ(map->dpll) & ~DPLL_LOCK) | DPLL_VCO_ENABLE); in cdv_intel_crtc_mode_set()
772 if (!(REG_READ(map->dpll) & DPLL_LOCK)) { in cdv_intel_crtc_mode_set()
Dpsb_intel_reg.h242 #define DPLL_LOCK (1 << 15) /* CDV */ macro
/linux-6.1.9/drivers/clk/samsung/
Dclk-exynos5420.c32 #define DPLL_LOCK 0x10030 macro
1466 [dpll] = PLL(pll_2550, CLK_FOUT_DPLL, "fout_dpll", "fin_pll", DPLL_LOCK,
/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Ddisplay.c384 vgpu_vreg_t(vgpu, DPLL_STATUS) = DPLL_LOCK(DPLL_ID_SKL_DPLL0); in emulate_monitor_status_change()
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c1290 if (intel_de_wait_for_set(dev_priv, DPLL_STATUS, DPLL_LOCK(id), 5)) in skl_ddi_pll_enable()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h7188 #define DPLL_LOCK(id) (1 << ((id) * 8)) macro