Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/matrox/
Dmatroxfb_DAC1064.c114 mx = hw->MXoptionReg | 0x00000004; in DAC1064_setmclk()
160 hw->MXoptionReg = mx; in DAC1064_setmclk()
565 hw->MXoptionReg &= ~0x2000; in MGAG100_init()
688 hw->MXoptionReg &= 0xC0000100; in MGA1064_preinit()
689 hw->MXoptionReg |= 0x00094E20; in MGA1064_preinit()
691 hw->MXoptionReg &= ~0x00000100; in MGA1064_preinit()
693 hw->MXoptionReg &= ~0x40000000; in MGA1064_preinit()
695 hw->MXoptionReg |= 0x20000000; in MGA1064_preinit()
696 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg); in MGA1064_preinit()
719 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg | 4); in g450_mclk_init()
[all …]
Dmatroxfb_Ti3026.c433 hw->MXoptionReg &= ~0x00001000; in Ti3026_init()
434 if (isInterleave(minfo)) hw->MXoptionReg |= 0x00001000; in Ti3026_init()
514 minfo->hw.MXoptionReg = (minfo->hw.MXoptionReg & ~0x000F0000) | (rfhcnt << 16); in ti3026_setMCLK()
515 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg); in ti3026_setMCLK()
575 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg); in Ti3026_restore()
707 hw->MXoptionReg &= 0xC0000100; in Ti3026_preinit()
708 hw->MXoptionReg |= 0x002C0000; in Ti3026_preinit()
710 hw->MXoptionReg &= ~0x00000100; in Ti3026_preinit()
712 hw->MXoptionReg &= ~0x40000000; in Ti3026_preinit()
714 hw->MXoptionReg |= 0x20000000; in Ti3026_preinit()
[all …]
Dmatroxfb_base.h285 u_int32_t MXoptionReg; member
Dmatroxfb_base.c1714 minfo->hw.MXoptionReg = mga_option; in initMatrox2()