Home
last modified time | relevance | path

Searched refs:atapi (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c45 bool atapi; member
78 .atapi = true, .pio = true },
549 if (cmd->props->atapi && (cmd->xbytes == 0 || cmd->props->dma)) { in ahci_port_check_pio_sanity()
707 if (opts->atapi) { in ahci_exec()
847 if (props->atapi) { in command_header_init()
892 g_assert(cmd->props->atapi); in ahci_command_enable_atapi_dma()
908 g_assert(!(props->dma && props->pio) || props->atapi); in ahci_command_create()
920 cmd->sector_size = props->atapi ? ATAPI_SECTOR_SIZE : AHCI_SECTOR_SIZE; in ahci_command_create()
980 .atapi = true, in ahci_atapi_get_sense()
1066 if (cmd->props->atapi) { in ahci_command_set_offset()
[all …]
H A Dahci.h486 bool atapi; /* ATAPI command? */ member
/openbmc/qemu/hw/ide/
H A Dmeson.build8 system_ss.add(when: 'CONFIG_IDE_CORE', if_true: files('core.c', 'atapi.c'))
H A Dtrace-events49 # atapi.c
/openbmc/u-boot/include/linux/
H A Dedd.h119 } __attribute__ ((packed)) atapi; member
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1577 .atapi = true, in ahci_test_cdrom()