Searched refs:atapi (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 45 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 D | ahci.h | 486 bool atapi; /* ATAPI command? */ member
|
/openbmc/linux/drivers/ata/ |
H A D | sata_sil24.c | 258 struct sil24_atapi_block atapi; member 859 prb = &cb->atapi.prb; in sil24_qc_prep() 860 sge = cb->atapi.sge; in sil24_qc_prep() 861 memset(cb->atapi.cdb, 0, sizeof(cb->atapi.cdb)); in sil24_qc_prep() 862 memcpy(cb->atapi.cdb, qc->cdb, qc->dev->cdb_len); in sil24_qc_prep()
|
/openbmc/qemu/hw/ide/ |
H A D | meson.build | 7 system_ss.add(when: 'CONFIG_IDE_CORE', if_true: files('core.c', 'atapi.c'))
|
H A D | trace-events | 49 # atapi.c
|
/openbmc/linux/include/uapi/linux/ |
H A D | edd.h | 129 } __attribute__ ((packed)) atapi; member
|
/openbmc/u-boot/include/linux/ |
H A D | edd.h | 119 } __attribute__ ((packed)) atapi; member
|
/openbmc/linux/drivers/firmware/ |
H A D | edd.c | 188 info->params.device_path.atapi.device, in edd_show_interface() 189 info->params.device_path.atapi.lun); in edd_show_interface()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-ata | 120 "atapi" for packet device, "pmp" for PM, or
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 132 that atapi dma can be supported. 993 probe/reset code in his ATADRVR driver (www.ata-atapi.com).
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 1577 .atapi = true, in ahci_test_cdrom()
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |