Home
last modified time | relevance | path

Searched refs:S1DREG_LCD_DISP_START2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/video/
H A Ds1d13xxxfb.h57 #define S1DREG_LCD_DISP_START2 0x0044 /* LCD Display Start Address Register 2 */ macro
/openbmc/linux/arch/sh/boards/mach-microdev/
H A Dsetup.c71 { S1DREG_LCD_DISP_START2, 0x00 },
/openbmc/linux/drivers/video/fbdev/
H A Ds1d13xxxfb.c386 s1d13xxxfb_writereg(par, S1DREG_LCD_DISP_START2, ((start >> 16) & 0x0f)); in s1d13xxxfb_pan_display()