Home
last modified time | relevance | path

Searched refs:IDE_CFATA (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dcf.c24 ide_dev_initfn(dev, IDE_CFATA, errp); in ide_cf_realize()
H A Dcore.c1363 if (s->drive_kind == IDE_CFATA) in ide_reset()
1450 if (s->drive_kind != IDE_CFATA) { in cmd_identify()
1481 if (s->drive_kind == IDE_CFATA && s->nsector == 0) { in cmd_set_multiple_mode()
1681 if (s->drive_kind != IDE_CFATA) { in cmd_set_features()
2075 #define CFA_OK (1u << IDE_CFATA)
2585 if (s->drive_kind == IDE_CFATA) { in ide_resize_cb()
2652 case IDE_CFATA: in ide_init_drive()
/openbmc/qemu/include/hw/ide/
H A Dide-dev.h38 typedef enum { IDE_HD, IDE_CD, IDE_CFATA } IDEDriveKind; enumerator