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

  /external/u-boot/include/
exynos_lcd.h 41 u_char vl_hspw; /* Horz sync pulse width */ member in struct:vidinfo
  /external/u-boot/drivers/video/exynos/
exynos_fb.c 62 u_char vl_hspw; /* Horz sync pulse width */ member in struct:exynos_fb_priv
211 (priv->vl_hspw + priv->vl_hfpd +
222 (priv->vl_hspw + priv->vl_hfpd +
425 cfg |= EXYNOS_VIDTCON1_HSPW(priv->vl_hspw - 1);
540 priv->vl_hspw = fdtdec_get_int(blob, node, "samsung,vl-hspw", 0);
541 if (priv->vl_hspw == 0) {

Completed in 51 milliseconds