Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dacard-ahci.c215 int is_atapi = ata_is_atapi(qc->tf.protocol); in acard_ahci_qc_prep() local
227 if (is_atapi) { in acard_ahci_qc_prep()
243 if (is_atapi) in acard_ahci_qc_prep()
H A Dsata_inic162x.c487 bool is_atapi = ata_is_atapi(qc->tf.protocol); in inic_qc_prep() local
491 if (is_atapi) in inic_qc_prep()
498 if (is_atapi || is_data) in inic_qc_prep()
523 if (is_atapi) { in inic_qc_prep()
H A Dlibahci.c1693 int is_atapi = ata_is_atapi(qc->tf.protocol); in ahci_qc_prep() local
1706 if (is_atapi) { in ahci_qc_prep()
1721 if (is_atapi) in ahci_qc_prep()
/openbmc/qemu/hw/ide/
H A Dahci.c1409 int is_atapi = opts & AHCI_CMD_ATAPI; in ahci_pio_transfer() local
1423 pio_fis_i = ad->done_first_drq || (!is_atapi && !is_write); in ahci_pio_transfer()
1426 if (is_atapi && !ad->done_first_drq) { in ahci_pio_transfer()
1436 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()