write_xr          280 drivers/video/fbdev/asiliantfb.c 		write_xr(0x81, 0x16);	/* 24 bit packed color mode */
write_xr          281 drivers/video/fbdev/asiliantfb.c 		write_xr(0x82, 0x00);	/* Disable palettes */
write_xr          282 drivers/video/fbdev/asiliantfb.c 		write_xr(0x20, 0x20);	/* 24 bit blitter mode */
write_xr          285 drivers/video/fbdev/asiliantfb.c 			write_xr(0x81, 0x15);	/* 16 bit color mode */
write_xr          287 drivers/video/fbdev/asiliantfb.c 			write_xr(0x81, 0x14);	/* 15 bit color mode */
write_xr          288 drivers/video/fbdev/asiliantfb.c 		write_xr(0x82, 0x00);	/* Disable palettes */
write_xr          289 drivers/video/fbdev/asiliantfb.c 		write_xr(0x20, 0x10);	/* 16 bit blitter mode */
write_xr          291 drivers/video/fbdev/asiliantfb.c 		write_xr(0x0a, 0x02);	/* Linear */
write_xr          292 drivers/video/fbdev/asiliantfb.c 		write_xr(0x81, 0x12);	/* 8 bit color mode */
write_xr          293 drivers/video/fbdev/asiliantfb.c 		write_xr(0x82, 0x00);	/* Graphics gamma enable */
write_xr          294 drivers/video/fbdev/asiliantfb.c 		write_xr(0x20, 0x00);	/* 8 bit blitter mode */
write_xr          298 drivers/video/fbdev/asiliantfb.c 	write_xr(0xc4, dclk2_m);
write_xr          299 drivers/video/fbdev/asiliantfb.c 	write_xr(0xc5, dclk2_n);
write_xr          300 drivers/video/fbdev/asiliantfb.c 	write_xr(0xc7, dclk2_div);
write_xr          459 drivers/video/fbdev/asiliantfb.c 		write_xr(chips_init_xr[i].addr, chips_init_xr[i].data);
write_xr          460 drivers/video/fbdev/asiliantfb.c 	write_xr(0x81, 0x12);
write_xr          461 drivers/video/fbdev/asiliantfb.c 	write_xr(0x82, 0x08);
write_xr          462 drivers/video/fbdev/asiliantfb.c 	write_xr(0x20, 0x00);
write_xr          113 drivers/video/fbdev/chipsfb.c 		write_xr(0x81, 0x14);		// 15 bit (555) color mode
write_xr          114 drivers/video/fbdev/chipsfb.c 		write_xr(0x82, 0x00);		// Disable palettes
write_xr          115 drivers/video/fbdev/chipsfb.c 		write_xr(0x20, 0x10);		// 16 bit blitter mode
write_xr          129 drivers/video/fbdev/chipsfb.c 		write_xr(0x81, 0x12);		// 8 bit color mode
write_xr          130 drivers/video/fbdev/chipsfb.c 		write_xr(0x82, 0x08);		// Graphics gamma enable
write_xr          131 drivers/video/fbdev/chipsfb.c 		write_xr(0x20, 0x00);		// 8 bit blitter mode
write_xr          280 drivers/video/fbdev/chipsfb.c 		write_xr(chips_init_xr[i].addr, chips_init_xr[i].data);