Home
last modified time | relevance | path

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

/linux/include/video/
H A Dsh_mobile_lcdc.h135 #define LCDC_FLAGS_HSCNT (1 << 3) /* Disable HSYNC during VBLANK */ macro
/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c734 tmp |= (ch->cfg->flags & LCDC_FLAGS_HSCNT) ? LDMT1R_HSCNT : 0; in sh_mobile_lcdc_geometry()