Home
last modified time | relevance | path

Searched defs:is_atapi (Results 1 – 5 of 5) 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
H A Dsata_inic162x.c487 bool is_atapi = ata_is_atapi(qc->tf.protocol); in inic_qc_prep() local
H A Dlibahci.c1693 int is_atapi = ata_is_atapi(qc->tf.protocol); in ahci_qc_prep() local
/openbmc/qemu/hw/ide/
H A Dahci.c1412 int is_atapi = opts & AHCI_CMD_ATAPI; in ahci_pio_transfer() local
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c118 bool is_atapi(AHCIQState *ahci, uint8_t port) in is_atapi() function