mga_outb          353 drivers/video/fbdev/matrox/g450_pll.c 				mga_outb(M_SEQ_INDEX, M_SEQ1);
mga_outb          354 drivers/video/fbdev/matrox/g450_pll.c 				mga_outb(M_SEQ_DATA, mga_inb(M_SEQ_DATA) | M_SEQ1_SCROFF);
mga_outb          392 drivers/video/fbdev/matrox/g450_pll.c 				mga_outb(M_MISC_REG, misc);
mga_outb          638 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	mga_outb(M_MISC_REG, selClk);
mga_outb          913 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 		mga_outb(0x1C05, 0x00);
mga_outb          914 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 		mga_outb(0x1C05, 0x80);
mga_outb          916 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 		mga_outb(0x1C05, 0x40);
mga_outb          917 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 		mga_outb(0x1C05, 0xC0);
mga_outb          923 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 		mga_outb(M_GRAPHICS_INDEX, 6);
mga_outb          924 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 		mga_outb(M_GRAPHICS_DATA, (mga_inb(M_GRAPHICS_DATA) & 3) | 4);
mga_outb         1050 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	mga_outb(M_IEN, 0x00);
mga_outb         1051 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	mga_outb(M_CACHEFLUSH, 0x00);
mga_outb          728 drivers/video/fbdev/matrox/matroxfb_Ti3026.c 	mga_outb(M_MISC_REG, 0x67);
mga_outb          195 drivers/video/fbdev/matrox/matroxfb_base.c 				mga_outb(M_EXTVGA_INDEX, extvga_reg);
mga_outb          674 drivers/video/fbdev/matrox/matroxfb_base.c 		mga_outb(M_DAC_REG, regno);
mga_outb          675 drivers/video/fbdev/matrox/matroxfb_base.c 		mga_outb(M_DAC_VAL, red);
mga_outb          676 drivers/video/fbdev/matrox/matroxfb_base.c 		mga_outb(M_DAC_VAL, green);
mga_outb          677 drivers/video/fbdev/matrox/matroxfb_base.c 		mga_outb(M_DAC_VAL, blue);
mga_outb         1193 drivers/video/fbdev/matrox/matroxfb_base.c 	mga_outb(M_SEQ_INDEX, 1);
mga_outb         1194 drivers/video/fbdev/matrox/matroxfb_base.c 	mga_outb(M_SEQ_DATA, (mga_inb(M_SEQ_DATA) & ~0x20) | seq);
mga_outb         1195 drivers/video/fbdev/matrox/matroxfb_base.c 	mga_outb(M_EXTVGA_INDEX, 1);
mga_outb         1196 drivers/video/fbdev/matrox/matroxfb_base.c 	mga_outb(M_EXTVGA_DATA, (mga_inb(M_EXTVGA_DATA) & ~0x30) | crtc);
mga_outb         1298 drivers/video/fbdev/matrox/matroxfb_base.c 	mga_outb(M_EXTVGA_INDEX, 0x03);
mga_outb         1300 drivers/video/fbdev/matrox/matroxfb_base.c 	mga_outb(M_EXTVGA_DATA, orig | 0x80);
mga_outb         1307 drivers/video/fbdev/matrox/matroxfb_base.c 	mga_outb(M_CACHEFLUSH, 0x00);
mga_outb         1319 drivers/video/fbdev/matrox/matroxfb_base.c 	mga_outb(M_EXTVGA_INDEX, 0x03);
mga_outb         1320 drivers/video/fbdev/matrox/matroxfb_base.c 	mga_outb(M_EXTVGA_DATA, orig);
mga_outb          671 drivers/video/fbdev/matrox/matroxfb_base.h #define mga_readr(port,idx)	(mga_outb((port),(idx)), mga_inb((port)+1))
mga_outb           96 drivers/video/fbdev/matrox/matroxfb_misc.c 	mga_outb(M_RAMDAC_BASE+M_X_INDEX, reg);
mga_outb           97 drivers/video/fbdev/matrox/matroxfb_misc.c 	mga_outb(M_RAMDAC_BASE+M_X_DATAREG, val);
mga_outb          103 drivers/video/fbdev/matrox/matroxfb_misc.c 	mga_outb(M_RAMDAC_BASE+M_X_INDEX, reg);
mga_outb          367 drivers/video/fbdev/matrox/matroxfb_misc.c 	mga_outb(M_ATTR_INDEX, 0);
mga_outb          368 drivers/video/fbdev/matrox/matroxfb_misc.c 	mga_outb(M_MISC_REG, hw->MiscOutReg);
mga_outb          378 drivers/video/fbdev/matrox/matroxfb_misc.c 		mga_outb(M_ATTR_INDEX, i);
mga_outb          379 drivers/video/fbdev/matrox/matroxfb_misc.c 		mga_outb(M_ATTR_INDEX, hw->ATTR[i]);
mga_outb          381 drivers/video/fbdev/matrox/matroxfb_misc.c 	mga_outb(M_PALETTE_MASK, 0xFF);
mga_outb          382 drivers/video/fbdev/matrox/matroxfb_misc.c 	mga_outb(M_DAC_REG, 0x00);
mga_outb          384 drivers/video/fbdev/matrox/matroxfb_misc.c 		mga_outb(M_DAC_VAL, hw->DACpal[i]);
mga_outb          386 drivers/video/fbdev/matrox/matroxfb_misc.c 	mga_outb(M_ATTR_INDEX, 0x20);