Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dahci-test.c1711 ahci_atapi_test_ready(ahci, port, false, SENSE_NOT_READY); in test_atapi_tray()
1716 ahci_atapi_test_ready(ahci, port, false, SENSE_UNIT_ATTENTION); in test_atapi_tray()
1721 ahci_atapi_test_ready(ahci, port, true, SENSE_NO_SENSE); in test_atapi_tray()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h614 void ahci_atapi_test_ready(AHCIQState *ahci, uint8_t port, bool ready,
H A Dahci.c951 void ahci_atapi_test_ready(AHCIQState *ahci, uint8_t port, in ahci_atapi_test_ready() function