Searched refs:AHCI_PX_SERR (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 302 ahci_px_wreg(ahci, i, AHCI_PX_SERR, 0xFFFFFFFF); in ahci_hba_enable() 307 reg = ahci_px_rreg(ahci, i, AHCI_PX_SERR); in ahci_hba_enable() 329 reg = ahci_px_rreg(ahci, i, AHCI_PX_SERR); in ahci_hba_enable() 331 ahci_px_set(ahci, i, AHCI_PX_SERR, AHCI_PX_SERR_DIAG_X); in ahci_hba_enable() 425 reg = ahci_px_rreg(ahci, port, AHCI_PX_SERR); in ahci_port_check_error()
|
H A D | ahci.h | 212 #define AHCI_PX_SERR (12) macro
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 747 reg = ahci_px_rreg(ahci, port, AHCI_PX_SERR); in ahci_test_port_spec()
|