Searched refs:atapi_dma (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/hw/ide/ |
H A D | ide-dev.h | 106 int atapi_dma; /* true if dma is requested for the packet cmd */ member
|
/openbmc/qemu/hw/ide/ |
H A D | atapi.c | 311 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 D | core.c | 1395 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 D | pata_ali.c | 41 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 D | ahci.h | 487 bool atapi_dma; /* Use DMA for ATAPI? */ member
|
H A D | ahci.c | 709 cmd = ahci_atapi_command_create(op, bcl, opts->atapi_dma); in ahci_exec()
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 1578 .atapi_dma = dma, in ahci_test_cdrom()
|