Lines Matching refs:opt
596 minfo->values.reg.opt = (bd->pins[54] & 7) << 10; in parse_pins3()
609 minfo->values.reg.opt = 0x00000C00; in default_pins3()
624 minfo->values.reg.opt = ((bd->pins[53] << 15) & 0x00400000) | in parse_pins4()
640 minfo->values.reg.opt = 0x10000400; in default_pins4()
661 minfo->values.reg.opt = get_unaligned_le32(bd->pins + 48); in parse_pins5()
694 minfo->values.reg.opt = 0x404A1160; in default_pins5()
765 u32 opt; in matroxfb_read_pins() local
771 pci_read_config_dword(pdev, PCI_OPTION_REG, &opt); in matroxfb_read_pins()
772 pci_write_config_dword(pdev, PCI_OPTION_REG, opt | PCI_OPTION_ENABLE_ROM); in matroxfb_read_pins()
778 pci_write_config_dword(pdev, PCI_OPTION_REG, opt); in matroxfb_read_pins()
802 (minfo->values.reg.opt & 0x1C00) >> 10); in matroxfb_read_pins()