Lines Matching refs:MXoptionReg
433 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()
715 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg); in Ti3026_preinit()