Searched refs:write_xr (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | chipsfb.c | 85 #define write_xr(num, val) write_ind(num, val, 0x3d6, 0x3d7) macro 347 write_xr(0x81, 0x14); // 15 bit (555) color mode in chips_set_bitdepth() 348 write_xr(0x82, 0x00); // Disable palettes in chips_set_bitdepth() 349 write_xr(0x20, 0x10); // 16 bit blitter mode in chips_set_bitdepth() 369 write_xr(0x81, 0x12); // 8 bit color mode in chips_set_bitdepth() 370 write_xr(0x82, 0x08); // Graphics gamma enable in chips_set_bitdepth() 371 write_xr(0x20, 0x00); // 8 bit blitter mode in chips_set_bitdepth() 520 write_xr(chips_init_xr[i].addr, chips_init_xr[i].data); in chips_hw_init()
|