Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dide-test.c95 CMD_FLUSH_CACHE = 0xe7, enumerator
751 qpci_io_writeb(dev, ide_bar, reg_command, CMD_FLUSH_CACHE); in test_flush()
799 qpci_io_writeb(dev, ide_bar, reg_command, CMD_FLUSH_CACHE); in test_pci_retry_flush()
838 qpci_io_writeb(dev, ide_bar, reg_command, CMD_FLUSH_CACHE); in test_flush_nodev()
857 qpci_io_writeb(dev, ide_bar, reg_command, CMD_FLUSH_CACHE); in test_flush_empty_drive()
H A Dahci-test.c905 ahci_test_nondata(ahci, CMD_FLUSH_CACHE); in ahci_test_flush()
1123 cmd = ahci_guest_io_halt(ahci, port, CMD_FLUSH_CACHE, 0, 0, 0); in test_flush_retry()
1375 cmd = ahci_command_create(CMD_FLUSH_CACHE); in test_flush_migrate()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h279 CMD_FLUSH_CACHE = 0xE7, enumerator
H A Dahci.c76 { .cmd = CMD_FLUSH_CACHE, .data = false },