Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c460 ASSERT_BIT_CLEAR(reg, AHCI_PX_TFD_ERR & (~cmd->errors << 8)); in ahci_port_check_error()
461 ASSERT_BIT_SET(reg, AHCI_PX_TFD_ERR & (cmd->errors << 8)); in ahci_port_check_error()
527 g_assert_cmphex((reg & AHCI_PX_TFD_ERR) >> 8, ==, d2h->error); in ahci_port_check_d2h_sanity()
H A Dahci.h191 #define AHCI_PX_TFD_ERR (0xFF00) macro
/openbmc/qemu/tests/qtest/
H A Dahci-test.c727 ASSERT_BIT_CLEAR(reg, AHCI_PX_TFD_ERR); in ahci_test_port_spec()