Home
last modified time | relevance | path

Searched refs:atapi_dma (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/ide/
H A Dide-dev.h106 int atapi_dma; /* true if dma is requested for the packet cmd */ member
/openbmc/qemu/hw/ide/
H A Datapi.c311 if (s->atapi_dma) { in ide_atapi_cmd_reply()
445 trace_ide_atapi_cmd_read(s, s->atapi_dma ? "dma" : "pio", in ide_atapi_cmd_read()
447 if (s->atapi_dma) { in ide_atapi_cmd_read()
610 if (s->atapi_dma || atapi_byte_count_limit(s)) { in validate_bcl()
H A Dcore.c1395 s->atapi_dma = 0; in ide_reset()
1801 s->atapi_dma = s->feature & 1; in cmd_packet()
1802 if (s->atapi_dma) { in cmd_packet()
2871 s->atapi_dma = s->feature & 1; /* as per cmd_packet */ in ide_drive_pio_post_load()
/openbmc/linux/drivers/ata/
H A Dpata_ali.c41 module_param_named(atapi_dma, ali_atapi_dma, int, 0644);
42 MODULE_PARM_DESC(atapi_dma, "Enable ATAPI DMA (0=disable, 1=enable)");
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h487 bool atapi_dma; /* Use DMA for ATAPI? */ member
H A Dahci.c709 cmd = ahci_atapi_command_create(op, bcl, opts->atapi_dma); in ahci_exec()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1578 .atapi_dma = dma, in ahci_test_cdrom()