Lines Matching refs:pcibus
84 QPCIBus *pcibus; in test_smram_lock() local
91 pcibus = qpci_new_pc(qts, NULL); in test_smram_lock()
92 g_assert(pcibus != NULL); in test_smram_lock()
94 pcidev = qpci_device_find(pcibus, 0); in test_smram_lock()
122 qpci_free_pc(pcibus); in test_smram_lock()
130 QPCIBus *pcibus; in test_tseg_size() local
146 pcibus = qpci_new_pc(qts, NULL); in test_tseg_size()
147 g_assert(pcibus != NULL); in test_tseg_size()
148 pcidev = qpci_device_find(pcibus, 0); in test_tseg_size()
185 qpci_free_pc(pcibus); in test_tseg_size()
195 QPCIBus *pcibus; in test_smram_smbase_lock() local
203 pcibus = qpci_new_pc(qts, NULL); in test_smram_smbase_lock()
204 g_assert(pcibus != NULL); in test_smram_smbase_lock()
206 pcidev = qpci_device_find(pcibus, 0); in test_smram_smbase_lock()
252 qpci_free_pc(pcibus); in test_smram_smbase_lock()
259 QPCIBus *pcibus; in test_without_smram_base() local
266 pcibus = qpci_new_pc(qts, NULL); in test_without_smram_base()
267 g_assert(pcibus != NULL); in test_without_smram_base()
269 pcidev = qpci_device_find(pcibus, 0); in test_without_smram_base()
287 qpci_free_pc(pcibus); in test_without_smram_base()