Searched refs:AHCI_PX_CMD_ST (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 266 if (BITCLR(reg, AHCI_PX_CMD_ST | AHCI_PX_CMD_CR | in ahci_hba_enable() 272 (AHCI_PX_CMD_ST | AHCI_PX_CMD_FRE)); in ahci_hba_enable() 339 ahci_px_set(ahci, i, AHCI_PX_CMD, AHCI_PX_CMD_ST); in ahci_hba_enable() 380 if (BITSET(reg, AHCI_PX_CMD_ST)) { in ahci_port_select() 432 ahci_px_clr(ahci, port, AHCI_PX_CMD, AHCI_PX_CMD_ST); in ahci_port_check_error() 450 ahci_px_set(ahci, port, AHCI_PX_CMD, AHCI_PX_CMD_ST); in ahci_port_check_error()
|
H A D | ahci.h | 158 #define AHCI_PX_CMD_ST (0x1) macro
|