Home
last modified time | relevance | path

Searched refs:TGA_MODE_SIMPLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dtgafb.c837 ? TGA_MODE_SBM_8BPP | TGA_MODE_SIMPLE
838 : TGA_MODE_SBM_24BPP | TGA_MODE_SIMPLE),
1041 ? TGA_MODE_SBM_8BPP | TGA_MODE_SIMPLE
1042 : TGA_MODE_SBM_24BPP | TGA_MODE_SIMPLE),
1102 __raw_writel(TGA_MODE_SBM_8BPP|TGA_MODE_SIMPLE, tga_regs+TGA_MODE_REG);
1150 __raw_writel(TGA_MODE_SBM_24BPP|TGA_MODE_SIMPLE, tga_regs+TGA_MODE_REG);
1260 __raw_writel(TGA_MODE_SBM_8BPP|TGA_MODE_SIMPLE, tga_regs+TGA_MODE_REG);
/openbmc/linux/include/video/
H A Dtgafb.h95 #define TGA_MODE_SIMPLE 0x00 macro