Home
last modified time | relevance | path

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

/Linux-v6.1/include/video/
Ds1d13xxxfb.h73 #define S1DREG_CRT_DISP_MODE 0x0060 /* CRT/TV Display Mode Register */ macro
/Linux-v6.1/arch/sh/boards/mach-microdev/
Dsetup.c87 { S1DREG_CRT_DISP_MODE, 0x05 },
/Linux-v6.1/drivers/video/fbdev/
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()