Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_DAC1064.c230 mx = hw->MXoptionReg | 0x00000004; in DAC1064_setmclk()
276 hw->MXoptionReg = mx; in DAC1064_setmclk()
681 hw->MXoptionReg &= ~0x2000; in MGAG100_init()
800 hw->MXoptionReg &= 0xC0000100; in MGA1064_preinit()
801 hw->MXoptionReg |= 0x00094E20; in MGA1064_preinit()
803 hw->MXoptionReg &= ~0x00000100; in MGA1064_preinit()
805 hw->MXoptionReg &= ~0x40000000; in MGA1064_preinit()
807 hw->MXoptionReg |= 0x20000000; in MGA1064_preinit()
808 pci_write_config_dword(ACCESS_FBINFO(pcidev), PCI_OPTION_REG, hw->MXoptionReg); in MGA1064_preinit()
834 pci_write_config_dword(ACCESS_FBINFO(pcidev), PCI_OPTION_REG, ACCESS_FBINFO(hw).MXoptionReg | 4); in g450_mclk_init()
[all …]
Dmatroxfb_Ti3026.c571 hw->MXoptionReg &= ~0x00001000; in Ti3026_init()
572 if ((p->type != FB_TYPE_TEXT) && isInterleave(MINFO)) hw->MXoptionReg |= 0x00001000; in Ti3026_init()
651 ACCESS_FBINFO(hw).MXoptionReg = (ACCESS_FBINFO(hw).MXoptionReg & ~0x000F0000) | (rfhcnt << 16); in ti3026_setMCLK()
652 pci_write_config_dword(ACCESS_FBINFO(pcidev), PCI_OPTION_REG, ACCESS_FBINFO(hw).MXoptionReg); in ti3026_setMCLK()
711 pci_write_config_dword(ACCESS_FBINFO(pcidev), PCI_OPTION_REG, hw->MXoptionReg); in Ti3026_restore()
847 hw->MXoptionReg &= 0xC0000100; in Ti3026_preinit()
848 hw->MXoptionReg |= 0x002C0000; in Ti3026_preinit()
850 hw->MXoptionReg &= ~0x00000100; in Ti3026_preinit()
852 hw->MXoptionReg &= ~0x40000000; in Ti3026_preinit()
854 hw->MXoptionReg |= 0x20000000; in Ti3026_preinit()
[all …]
Dmatroxfb_base.h404 u_int32_t MXoptionReg; member
Dmatroxfb_base.c2044 ACCESS_FBINFO(hw).MXoptionReg = mga_option; in initMatrox2()