Lines Matching refs:option
52 u32 option; in mgag200_has_sgram() local
55 ret = pci_read_config_dword(pdev, PCI_MGA_OPTION, &option); in mgag200_has_sgram()
59 return !!(option & PCI_MGA_OPTION_HARDPWMSK); in mgag200_has_sgram()
66 u32 option, option2; in mgag200_regs_init() local
73 option = 0x4049cd21; in mgag200_regs_init()
75 option = 0x40499121; in mgag200_regs_init()
80 option = 0x40049120; in mgag200_regs_init()
82 option |= PCI_MGA_OPTION_HARDPWMSK; in mgag200_regs_init()
87 option = 0x41049120; in mgag200_regs_init()
91 option = 0x00000120; in mgag200_regs_init()
96 option = 0x00000120; in mgag200_regs_init()
100 option = 0; in mgag200_regs_init()
104 if (option) in mgag200_regs_init()
105 pci_write_config_dword(pdev, PCI_MGA_OPTION, option); in mgag200_regs_init()