Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dsh_mobile_lcdc.h136 #define LCDC_FLAGS_DWCNT (1 << 4) /* Disable dotclock during blanking */ macro
/openbmc/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c735 tmp |= (ch->cfg->flags & LCDC_FLAGS_DWCNT) ? LDMT1R_DWCNT : 0; in sh_mobile_lcdc_geometry()