Home
last modified time | relevance | path

Searched refs:drive_kind (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dcore.c393 if (s->drive_kind == IDE_CD) { in ide_set_signature()
1363 if (s->drive_kind == IDE_CFATA) in ide_reset()
1449 if (s->blk && s->drive_kind != IDE_CD) { in cmd_identify()
1450 if (s->drive_kind != IDE_CFATA) { in cmd_identify()
1460 if (s->drive_kind == IDE_CD) { in cmd_identify()
1481 if (s->drive_kind == IDE_CFATA && s->nsector == 0) { in cmd_set_multiple_mode()
1537 if (s->drive_kind == IDE_CD) { in cmd_read_pio()
1657 if (s->blk && s->drive_kind != IDE_CD) { in cmd_specify()
1681 if (s->drive_kind != IDE_CFATA) { in cmd_set_features()
1775 if (s->drive_kind == IDE_CD) { in cmd_exec_dev_diagnostic()
[all …]
H A Dide-bus.c91 if (s->drive_kind != IDE_HD || !s->blk) { in ide_get_geometry()
H A Dmacio.c221 if (s->drive_kind == IDE_CD) { in pmac_ide_transfer()
391 if (s->drive_kind == IDE_CD) { in ide_dbdma_start()
H A Dahci.c704 if (ide_state->drive_kind == IDE_CD) { in ahci_reset_port()
/openbmc/qemu/include/hw/ide/
H A Dide-dev.h58 IDEDriveKind drive_kind; member