Home
last modified time | relevance | path

Searched refs:MXoptionReg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c116 mx = hw->MXoptionReg | 0x00000004; in DAC1064_setmclk()
162 hw->MXoptionReg = mx; in DAC1064_setmclk()
567 hw->MXoptionReg &= ~0x2000; in MGAG100_init()
690 hw->MXoptionReg &= 0xC0000100; in MGA1064_preinit()
691 hw->MXoptionReg |= 0x00094E20; in MGA1064_preinit()
693 hw->MXoptionReg &= ~0x00000100; in MGA1064_preinit()
695 hw->MXoptionReg &= ~0x40000000; in MGA1064_preinit()
697 hw->MXoptionReg |= 0x20000000; in MGA1064_preinit()
698 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg); in MGA1064_preinit()
721 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg | in g450_mclk_init()
[all...]
H A Dmatroxfb_base.h264 u_int32_t MXoptionReg; member
H A Dmatroxfb_base.c1763 minfo->hw.MXoptionReg = mga_option; in initMatrox2()