Searched refs:origValue (Results 1 – 1 of 1) sorted by relevance
269 uint32_t origValue = PCI_CfgRead32(dev, barReg); in PCI_Configure() local276 PCI_CfgWrite32(dev, barReg, origValue); in PCI_Configure()278 if (origValue & 0x1) in PCI_Configure()281 base = origValue & 0xFFFFFFFC; in PCI_Configure()286 base = origValue & 0xFFFFFFF0; in PCI_Configure()290 ASSERT((origValue & 0x06) == 0x00); in PCI_Configure()