Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dpxa_lcd.c48 .vl_hsp = CONFIG_SYS_HIGH,
82 .vl_hsp = CONFIG_SYS_HIGH,
115 .vl_hsp = CONFIG_SYS_HIGH,
148 .vl_hsp = CONFIG_SYS_HIGH,
183 .vl_hsp = CONFIG_SYS_LOW,
217 .vl_hsp = CONFIG_SYS_LOW,
249 .vl_hsp = CONFIG_SYS_LOW,
283 .vl_hsp = CONFIG_SYS_LOW,
316 .vl_hsp = CONFIG_SYS_HIGH,
549 fbi->reg_lccr3 |= (vid->vl_hsp ? LCCR3_HorSnchL : LCCR3_HorSnchH) in pxafb_init()
/OK3568_Linux_fs/u-boot/include/
H A Dexynos_lcd.h36 u_char vl_hsp; /* Horizontal Sync polarity */ member
H A Dpxa_lcd.h58 u_char vl_hsp; /* Horizontal Sync polarity */ member
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_fb.c57 u_char vl_hsp; /* Horizontal Sync polarity */ member
409 if (!priv->vl_hsp) in exynos_fimd_lcd_init()
527 priv->vl_hsp = VIDEO_ACTIVE_LOW; in exynos_fb_ofdata_to_platdata()