Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c340 do_setup_dpll((*prcm)->cm_clkmode_dpll_mpu, params, DPLL_LOCK, "mpu"); in configure_mpu_dpll()
370 do_setup_dpll((*prcm)->cm_clkmode_dpll_usb, params, DPLL_LOCK, "usb"); in setup_usb_dpll()
395 DPLL_LOCK, "core"); in setup_dplls()
406 params, DPLL_LOCK, "per"); in setup_dplls()
418 params, DPLL_LOCK, "ddr"); in setup_dplls()
423 DPLL_LOCK, "gmac"); in setup_dplls()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap4/
H A Dclock.h207 #define DPLL_LOCK 1 macro
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dusb.c541 #define DPLL_LOCK (1 << 0) macro
604 while (!(omap_readw(ULPD_DPLL_CTRL) & DPLL_LOCK)) in omap_1510_usb_init()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/
H A Dclock.h384 #define DPLL_LOCK 1 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c771 (REG_READ(map->dpll) & ~DPLL_LOCK) | DPLL_VCO_ENABLE); in cdv_intel_crtc_mode_set()
776 if (!(REG_READ(map->dpll) & DPLL_LOCK)) { in cdv_intel_crtc_mode_set()
H A Dpsb_intel_reg.h242 #define DPLL_LOCK (1 << 15) /* CDV */ macro
/OK3568_Linux_fs/kernel/drivers/clk/samsung/
H A Dclk-exynos5420.c32 #define DPLL_LOCK 0x10030 macro
1466 [dpll] = PLL(pll_2550, CLK_FOUT_DPLL, "fout_dpll", "fin_pll", DPLL_LOCK,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c382 vgpu_vreg_t(vgpu, DPLL_STATUS) = DPLL_LOCK(DPLL_ID_SKL_DPLL0); in emulate_monitor_status_change()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c1196 if (intel_de_wait_for_set(dev_priv, DPLL_STATUS, DPLL_LOCK(id), 5)) in skl_ddi_pll_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_reg.h10243 #define DPLL_LOCK(id) (1 << ((id) * 8)) macro