Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c505 reg = ahci_px_rreg(ahci, port, AHCI_PX_CI); in ahci_port_check_nonbusy()
648 reg = ahci_px_rreg(ahci, port, AHCI_PX_CI); in ahci_pick_cmd()
1252 ahci_px_wreg(ahci, cmd->port, AHCI_PX_CI, (1 << cmd->slot)); in ahci_command_issue_async()
1265 RSET(AHCI_PX_CI, 1 << cmd->slot) || in ahci_command_wait()
H A Dahci.h218 #define AHCI_PX_CI (14) macro
/openbmc/qemu/tests/qtest/
H A Dahci-test.c755 reg = ahci_px_rreg(ahci, port, AHCI_PX_CI); in ahci_test_port_spec()