Lines Matching refs:opt
597 minfo->values.reg.opt = (bd->pins[54] & 7) << 10; in parse_pins3()
610 minfo->values.reg.opt = 0x00000C00; in default_pins3()
625 minfo->values.reg.opt = ((bd->pins[53] << 15) & 0x00400000) | in parse_pins4()
641 minfo->values.reg.opt = 0x10000400; in default_pins4()
662 minfo->values.reg.opt = get_unaligned_le32(bd->pins + 48); in parse_pins5()
698 minfo->values.reg.opt = 0x404A1160; in default_pins5()
769 u32 opt; in matroxfb_read_pins() local
775 pci_read_config_dword(pdev, PCI_OPTION_REG, &opt); in matroxfb_read_pins()
776 pci_write_config_dword(pdev, PCI_OPTION_REG, opt | PCI_OPTION_ENABLE_ROM); in matroxfb_read_pins()
782 pci_write_config_dword(pdev, PCI_OPTION_REG, opt); in matroxfb_read_pins()
806 (minfo->values.reg.opt & 0x1C00) >> 10); in matroxfb_read_pins()