Lines Matching refs:MXoptionReg
434 hw->MXoptionReg &= ~0x00001000;
435 if (isInterleave(minfo)) hw->MXoptionReg |= 0x00001000;
515 minfo->hw.MXoptionReg = (minfo->hw.MXoptionReg & ~0x000F0000) | (rfhcnt << 16);
516 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg);
576 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg);
708 hw->MXoptionReg &= 0xC0000100;
709 hw->MXoptionReg |= 0x002C0000;
711 hw->MXoptionReg &= ~0x00000100;
713 hw->MXoptionReg &= ~0x40000000;
715 hw->MXoptionReg |= 0x20000000;
716 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg);