Home
last modified time | relevance | path

Searched refs:LCDC_LCDCFG2_VFPW (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Datmel_hlcdfb.c160 value |= LCDC_LCDCFG2_VFPW(panel_info.vl_lower_margin - 1); in lcd_ctrl_init()
391 value |= LCDC_LCDCFG2_VFPW(timing->vfront_porch.typ - 1); in atmel_hlcdc_init()
/OK3568_Linux_fs/u-boot/include/
H A Datmel_hlcdc.h66 #define LCDC_LCDCFG2_VFPW(value) \ macro