Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/atari/
H A Dconfig.c246 } else if (hwreg_present(tt_palette)) { in config_atari()
/openbmc/linux/arch/m68k/include/asm/
H A Datarihw.h232 #define tt_palette ((volatile u_short *)TT_PALETTE_BASE) macro
/openbmc/linux/drivers/video/fbdev/
H A Datafb.c777 tt_palette[regno] = (((red >> 12) << 8) | ((green >> 12) << 4) | in tt_setcolreg()
781 tt_palette[0] = 0; in tt_setcolreg()