Lines Matching refs:MXoptionReg

115 	mx = hw->MXoptionReg | 0x00000004;
161 hw->MXoptionReg = mx;
566 hw->MXoptionReg &= ~0x2000;
689 hw->MXoptionReg &= 0xC0000100;
690 hw->MXoptionReg |= 0x00094E20;
692 hw->MXoptionReg &= ~0x00000100;
694 hw->MXoptionReg &= ~0x40000000;
696 hw->MXoptionReg |= 0x20000000;
697 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg);
720 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg | 4);
722 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg);
740 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg | 4);
742 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg);
749 minfo->hw.MXoptionReg &= ~0x001F8000;
750 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg);
753 minfo->hw.MXoptionReg &= ~0x00207E00;
754 minfo->hw.MXoptionReg |= 0x00207E00 & minfo->values.reg.opt;
755 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg);
776 minfo->hw.MXoptionReg |= 0x001F8000 & minfo->values.reg.opt;
777 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg);
795 /* minfo->hw.MXoptionReg = minfo->values.reg.opt; */
796 minfo->hw.MXoptionReg &= 0xC0000100;
797 minfo->hw.MXoptionReg |= 0x00000020;
799 minfo->hw.MXoptionReg &= ~0x00000100;
801 minfo->hw.MXoptionReg &= ~0x40000000;
803 minfo->hw.MXoptionReg |= 0x20000000;
804 minfo->hw.MXoptionReg |= minfo->values.reg.opt & 0x03400040;
805 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, minfo->hw.MXoptionReg);
893 hw->MXoptionReg &= 0xC0000100;
894 hw->MXoptionReg |= 0x00000020;
896 hw->MXoptionReg &= ~0x00000100;
898 hw->MXoptionReg &= ~0x40000000;
900 hw->MXoptionReg |= 0x20000000;
901 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg);
909 hw->MXoptionReg |= 0x1080;
910 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg);
932 hw->MXoptionReg &= ~0x1000;
935 hw->MXoptionReg |= 0x00078020;
942 hw->MXoptionReg |= minfo->values.reg.opt & 0x1C00;
944 hw->MXoptionReg |= (minfo->devflags.memtype & 7) << 10;
946 hw->MXoptionReg |= 0x4000;
954 hw->MXoptionReg |= 0x00078020;
962 hw->MXoptionReg |= minfo->values.reg.opt & 0x1C00;
964 hw->MXoptionReg |= (minfo->devflags.memtype & 7) << 10;
966 hw->MXoptionReg |= 0x4000;
974 hw->MXoptionReg |= 0x00040020;
976 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg);
1002 hw->MXoptionReg |= 0x40; /* FIXME... */
1003 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg);
1049 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg);
1076 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, hw->MXoptionReg);