Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c494 reg = ahci_px_rreg(ahci, port, AHCI_PX_SACT); in ahci_port_check_nonbusy()
1249 ahci_px_wreg(ahci, cmd->port, AHCI_PX_SACT, (1 << cmd->slot)); in ahci_command_issue_async()
1266 (cmd->props->ncq && RSET(AHCI_PX_SACT, 1 << cmd->slot)))) { in ahci_command_wait()
H A Dahci.h217 #define AHCI_PX_SACT (13) macro
/openbmc/qemu/tests/qtest/
H A Dahci-test.c751 reg = ahci_px_rreg(ahci, port, AHCI_PX_SACT); in ahci_test_port_spec()