Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A Dahci.c456 ASSERT_BIT_CLEAR(reg, AHCI_PX_TFD_STS_ERR); in ahci_port_check_error()
458 ASSERT_BIT_SET(reg, AHCI_PX_TFD_STS_ERR); in ahci_port_check_error()
1263 while (!RSET(AHCI_PX_TFD, AHCI_PX_TFD_STS_ERR) && in ahci_command_wait()
H A Dahci.h186 #define AHCI_PX_TFD_STS_ERR (0x01) macro
/qemu/tests/qtest/
H A Dahci-test.c722 ASSERT_BIT_SET(reg, AHCI_PX_TFD_STS_ERR); in ahci_test_port_spec()