Searched refs:AHCI_PX_CI (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 505 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 D | ahci.h | 218 #define AHCI_PX_CI (14) macro
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 755 reg = ahci_px_rreg(ahci, port, AHCI_PX_CI); in ahci_test_port_spec()
|