Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dtgafb.c692 : TGA_MODE_SBM_24BPP | TGA_MODE_OPAQUE_STIPPLE),
828 : TGA_MODE_SBM_24BPP | TGA_MODE_SIMPLE),
984 : TGA_MODE_SBM_24BPP | TGA_MODE_BLOCK_FILL),
1032 : TGA_MODE_SBM_24BPP | TGA_MODE_SIMPLE),
1107 __raw_writel(TGA_MODE_SBM_24BPP | TGA_MODE_COPY, tga_regs+TGA_MODE_REG);
1140 __raw_writel(TGA_MODE_SBM_24BPP|TGA_MODE_SIMPLE, tga_regs+TGA_MODE_REG);
/linux-5.19.10/include/video/
Dtgafb.h93 #define TGA_MODE_SBM_24BPP 0x300 macro