Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Ds1d13xxxfb.h73 #define S1DREG_CRT_DISP_MODE 0x0060 /* CRT/TV Display Mode Register */ macro
/openbmc/linux/arch/sh/boards/mach-microdev/
H A Dsetup.c87 { S1DREG_CRT_DISP_MODE, 0x05 },
/openbmc/linux/drivers/video/fbdev/
H A Ds1d13xxxfb.c209 val = s1d13xxxfb_readreg(s1dfb, S1DREG_CRT_DISP_MODE); /* read colour control */ in s1d13xxxfb_set_par()
240 s1d13xxxfb_writereg(s1dfb, S1DREG_CRT_DISP_MODE, val); in s1d13xxxfb_set_par()
659 display = s1d13xxxfb_readreg(par, S1DREG_CRT_DISP_MODE); in s1d13xxxfb_fetch_hw_state()