Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c334 reg = ahci_px_rreg(ahci, i, AHCI_PX_TFD); in ahci_hba_enable()
446 reg = ahci_px_rreg(ahci, port, AHCI_PX_TFD); in ahci_port_check_error()
454 reg = ahci_px_rreg(ahci, port, AHCI_PX_TFD); in ahci_port_check_error()
513 reg = ahci_px_rreg(ahci, port, AHCI_PX_TFD); in ahci_port_check_nonbusy()
526 reg = ahci_px_rreg(ahci, port, AHCI_PX_TFD); in ahci_port_check_d2h_sanity()
1263 while (!RSET(AHCI_PX_TFD, AHCI_PX_TFD_STS_ERR) && in ahci_command_wait()
1264 (RSET(AHCI_PX_TFD, AHCI_PX_TFD_STS_BSY) || in ahci_command_wait()
H A Dahci.h184 #define AHCI_PX_TFD (8) macro
/openbmc/qemu/tests/qtest/
H A Dahci-test.c719 reg = ahci_px_rreg(ahci, port, AHCI_PX_TFD); in ahci_test_port_spec()