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