HomeSort by relevance Sort by last modified time
    Searched defs:vl_vfpd (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
exynos_lcd.h 47 u_char vl_vfpd; /* Wait before of frame */ member in struct:vidinfo
  /external/u-boot/drivers/video/exynos/
exynos_fb.c 68 u_char vl_vfpd; /* Wait before of frame */ member in struct:exynos_fb_priv
213 (priv->vl_vspw + priv->vl_vfpd +
224 (priv->vl_vspw + priv->vl_vfpd +
418 cfg = EXYNOS_VIDTCON0_VFPD(priv->vl_vfpd - 1);
566 priv->vl_vfpd = fdtdec_get_int(blob, node,
568 if (priv->vl_vfpd == 0) {

Completed in 56 milliseconds