Searched refs:PALETTE_DATA (Results 1 – 4 of 4) sorted by relevance
23 #define PALETTE_DATA 0x00b4 macro
142 #define PALETTE_DATA 0x00B4 macro
1728 aty_st_le32(PALETTE_DATA, (red<<16)|(green<<8)|blue); in aty128_st_pal()1733 aty_st_le32(PALETTE_DATA, (red<<16)|(green<<8)|blue); in aty128_st_pal()
2866 OUTREG(PALETTE_DATA, (rinfo->palette[regno>>1].red << 16) | in radeon_setcolreg()2874 OUTREG(PALETTE_DATA, (red << 16) | (green << 8) | blue); in radeon_setcolreg()