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

  /external/u-boot/include/
exynos_lcd.h 48 u_char vl_vbpd; /* Wait end of frame */ member in struct:vidinfo
  /external/u-boot/drivers/video/exynos/
exynos_fb.c 69 u_char vl_vbpd; /* Wait end of frame */ member in struct:exynos_fb_priv
214 priv->vl_vbpd + priv->vl_row);
225 priv->vl_vbpd + priv->vl_row);
419 cfg |= EXYNOS_VIDTCON0_VBPD(priv->vl_vbpd - 1);
573 priv->vl_vbpd = fdtdec_get_int(blob, node, "samsung,vl-vbpd", 0);
574 if (priv->vl_vbpd == 0) {

Completed in 69 milliseconds