Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap1/
H A Dusb.c588 #define DPLL_LOCK (1 << 0) macro
632 while (!(omap_readw(ULPD_DPLL_CTRL) & DPLL_LOCK)) in omap_1510_usb_init()
/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c769 (REG_READ(map->dpll) & ~DPLL_LOCK) | DPLL_VCO_ENABLE); in cdv_intel_crtc_mode_set()
774 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
/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c404 vgpu_vreg_t(vgpu, DPLL_STATUS) = DPLL_LOCK(DPLL_ID_SKL_DPLL0); in emulate_monitor_status_change()