Home
last modified time | relevance | path

Searched refs:hba_old (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dahci-test.c81 static void verify_state(AHCIQState *ahci, uint64_t hba_old) in verify_state() argument
97 g_assert_cmphex(hba_base, ==, hba_old); in verify_state()
120 uint64_t hba_old; in ahci_migrate() local
127 hba_old = (uint64_t)qpci_config_readl(from->dev, PCI_BASE_ADDRESS_5); in ahci_migrate()
145 verify_state(to, hba_old); in ahci_migrate()