Home
last modified time | relevance | path

Searched refs:is_atapi (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dahci.c1379 int is_atapi = opts & AHCI_CMD_ATAPI; in ahci_pio_transfer() local
1393 pio_fis_i = ad->done_first_drq || (!is_atapi && !is_write); in ahci_pio_transfer()
1396 if (is_atapi && !ad->done_first_drq) { in ahci_pio_transfer()
1406 size, is_atapi ? "atapi" : "ata", in ahci_pio_transfer()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h601 bool is_atapi(AHCIQState *ahci, uint8_t port);
H A Dahci.c118 bool is_atapi(AHCIQState *ahci, uint8_t port) in is_atapi() function
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch26 int is_atapi;
/openbmc/qemu/tests/qtest/
H A Dahci-test.c233 if (is_atapi(ahci, port)) { in ahci_boot_and_enable()