Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dpxa_lcd.c48 .vl_vsp = CONFIG_SYS_HIGH,
82 .vl_vsp = CONFIG_SYS_HIGH,
115 .vl_vsp = CONFIG_SYS_HIGH,
148 .vl_vsp = CONFIG_SYS_HIGH,
183 .vl_vsp = CONFIG_SYS_LOW,
217 .vl_vsp = CONFIG_SYS_LOW,
249 .vl_vsp = CONFIG_SYS_LOW,
283 .vl_vsp = CONFIG_SYS_LOW,
316 .vl_vsp = CONFIG_SYS_HIGH,
549 | (vid->vl_vsp ? LCCR3_VrtSnchL : LCCR3_VrtSnchH); in pxafb_init()
/openbmc/u-boot/include/
H A Dexynos_lcd.h36 u_char vl_vsp; /* Vertical Sync polarity */ member
H A Dpxa_lcd.h58 u_char vl_vsp; /* Vertical Sync polarity */ member
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_fb.c57 u_char vl_vsp; /* Vertical Sync polarity */ member
410 if (!priv->vl_vsp) in exynos_fimd_lcd_init()
529 priv->vl_vsp = VIDEO_ACTIVE_LOW; in exynos_fb_ofdata_to_platdata()