Lines Matching defs:display
14 * TODO: - handle dual screen display (CRT and LCD at the same time).
206 if ((s1dfb->display & 0x01)) /* LCD */
235 dbg("writing %02x to display mode register\n", val);
237 if ((s1dfb->display & 0x01)) /* LCD */
313 * s1d13xxxfb_blank - blanks the display.
337 if ((par->display & 0x01) != 0)
339 if ((par->display & 0x02) != 0)
358 * s1d13xxxfb_pan_display - Pans the display.
362 * Pan (or wrap, depending on the `vmode' field) the display using the
382 if ((par->display & 0x01)) {
638 u8 panel, display;
649 par->display = s1d13xxxfb_readreg(par, S1DREG_COM_DISP_MODE);
650 crt_enabled = (par->display & 0x02) != 0;
651 lcd_enabled = (par->display & 0x01) != 0;
657 display = s1d13xxxfb_readreg(par, S1DREG_LCD_DISP_MODE);
659 display = s1d13xxxfb_readreg(par, S1DREG_CRT_DISP_MODE);
661 bpp = display & 0x07;
914 /* disable display */
983 if ((s1dfb->display & 0x01) != 0)
985 if ((s1dfb->display & 0x02) != 0)