mga_option       1729 drivers/video/fbdev/matrox/matroxfb_base.c 		u_int32_t mga_option;
mga_option       1731 drivers/video/fbdev/matrox/matroxfb_base.c 		pci_read_config_dword(minfo->pcidev, PCI_OPTION_REG, &mga_option);
mga_option       1733 drivers/video/fbdev/matrox/matroxfb_base.c 		mga_option &= 0x7FFFFFFF; /* clear BIG_ENDIAN */
mga_option       1734 drivers/video/fbdev/matrox/matroxfb_base.c 		mga_option |= MX_OPTION_BSWAP;
mga_option       1738 drivers/video/fbdev/matrox/matroxfb_base.c 			if (!(mga_option & 0x20000000) && !minfo->devflags.nopciretry) {
mga_option       1741 drivers/video/fbdev/matrox/matroxfb_base.c 			mga_option |= 0x20000000;
mga_option       1745 drivers/video/fbdev/matrox/matroxfb_base.c 		pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, mga_option);
mga_option       1746 drivers/video/fbdev/matrox/matroxfb_base.c 		minfo->hw.MXoptionReg = mga_option;