Searched refs:opt3 (Results 1 – 4 of 4) sorted by relevance
627 minfo->values.reg.opt3 = get_unaligned_le32(bd->pins + 67); in parse_pins4()641 minfo->values.reg.opt3 = 0x0190A419; in default_pins4()663 minfo->values.reg.opt3 = get_unaligned_le32(bd->pins + 94); in parse_pins5()696 minfo->values.reg.opt3 = 0x0090A409; in default_pins5()
720 pci_write_config_dword(minfo->pcidev, PCI_OPTION3_REG, minfo->values.reg.opt3 & ~0x00300C03); in g450_mclk_init()723 if (((minfo->values.reg.opt3 & 0x000003) == 0x000003) || in g450_mclk_init()724 ((minfo->values.reg.opt3 & 0x000C00) == 0x000C00) || in g450_mclk_init()725 ((minfo->values.reg.opt3 & 0x300000) == 0x300000)) { in g450_mclk_init()740 pci_write_config_dword(minfo->pcidev, PCI_OPTION3_REG, minfo->values.reg.opt3); in g450_mclk_init()
504 u_int32_t opt3; member
314 #define AIX_EVENT(smc,opt0,opt1,opt2,opt3) /* nothing */ argument