Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap1/
Dusb.c556 #define DPLL_LOCK (1 << 0) macro
600 while (!(omap_readw(ULPD_DPLL_CTRL) & DPLL_LOCK)) in omap_1510_usb_init()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dcdv_intel_display.c782 (REG_READ(map->dpll) & ~DPLL_LOCK) | DPLL_VCO_ENABLE); in cdv_intel_crtc_mode_set()
787 if (!(REG_READ(map->dpll) & DPLL_LOCK)) { in cdv_intel_crtc_mode_set()
Dpsb_intel_reg.h254 #define DPLL_LOCK (1 << 15) /* CDV */ macro
/linux-4.4.14/drivers/clk/samsung/
Dclk-exynos5420.c33 #define DPLL_LOCK 0x10030 macro
1229 [dpll] = PLL(pll_2550, CLK_FOUT_DPLL, "fout_dpll", "fin_pll", DPLL_LOCK,
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_ddi.c2618 if (wait_for(I915_READ(DPLL_STATUS) & DPLL_LOCK(dpll), 5)) in skl_ddi_pll_enable()
Di915_reg.h7439 #define DPLL_LOCK(id) (1<<((id)*8)) macro