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

  /external/u-boot/include/
exynos_lcd.h 42 u_char vl_hfpd; /* Wait before of line */ member in struct:vidinfo
  /external/u-boot/drivers/video/exynos/
exynos_fb.c 63 u_char vl_hfpd; /* Wait before of line */ member in struct:exynos_fb_priv
211 (priv->vl_hspw + priv->vl_hfpd +
222 (priv->vl_hspw + priv->vl_hfpd +
423 cfg = EXYNOS_VIDTCON1_HFPD(priv->vl_hfpd - 1);
546 priv->vl_hfpd = fdtdec_get_int(blob, node, "samsung,vl-hfpd", 0);
547 if (priv->vl_hfpd == 0) {

Completed in 48 milliseconds