Home
last modified time | relevance | path

Searched refs:IF_IDE (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dsam460ex.c438 di = drive_get_by_index(IF_IDE, 0); in sam460ex_init()
443 di = drive_get_by_index(IF_IDE, 1) ?: drive_get_by_index(IF_IDE, 2); in sam460ex_init()
523 mc->block_default_type = IF_IDE; in sam460ex_machine_init()
H A Damigaone.c171 mc->block_default_type = IF_IDE; in amigaone_machine_init()
H A Dmac_oldworld.c416 mc->block_default_type = IF_IDE; in heathrow_class_init()
H A Dmac_newworld.c576 mc->block_default_type = IF_IDE; in core99_machine_class_init()
H A Dpegasos2.c601 mc->block_default_type = IF_IDE; in pegasos2_machine_class_init()
H A Dpnv.c2880 mc->block_default_type = IF_IDE; in pnv_machine_class_init()
/openbmc/qemu/include/sysemu/
H A Dblockdev.h23 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN, enumerator
/openbmc/qemu/hw/sh4/
H A Dr2d.c286 dinfo = drive_get(IF_IDE, 0, 0); in r2d_init()
378 mc->block_default_type = IF_IDE; in r2d_machine_init()
/openbmc/qemu/hw/arm/
H A Dhighbank.c355 mc->block_default_type = IF_IDE; in highbank_class_init()
379 mc->block_default_type = IF_IDE; in midway_class_init()
H A Dcubieboard.c121 mc->block_default_type = IF_IDE; in cubieboard_machine_init()
H A Dxlnx-zcu102.c277 mc->block_default_type = IF_IDE; in xlnx_zcu102_machine_class_init()
H A Dsbsa-ref.c903 mc->block_default_type = IF_IDE; in sbsa_ref_class_init()
/openbmc/qemu/hw/alpha/
H A Ddp264.c210 mc->block_default_type = IF_IDE; in clipper_machine_init()
/openbmc/qemu/hw/mips/
H A Dfuloong2e.c332 mc->block_default_type = IF_IDE; in mips_fuloong2e_machine_init()
H A Dloongson3_virt.c669 mc->block_default_type = IF_IDE; in loongson3v_machine_class_init()
H A Dboston.c840 mc->block_default_type = IF_IDE; in boston_mach_class_init()
H A Dmalta.c1298 mc->block_default_type = IF_IDE; in mips_malta_machine_init()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c810 mc->block_default_type = IF_IDE; in sun4u_class_init()
839 mc->block_default_type = IF_IDE; in sun4v_class_init()
/openbmc/qemu/
H A Dblockdev.c79 [IF_IDE] = "ide",
104 [IF_IDE] = 2,
949 if (type == IF_IDE || type == IF_SCSI) { in drive_new()
987 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO && in drive_new()
997 if (type != IF_IDE && type != IF_VIRTIO && type != IF_SCSI && in drive_new()
1023 case IF_IDE: in drive_new()
/openbmc/qemu/hw/i386/
H A Dpc.c1784 mc->block_default_type = IF_IDE; in pc_machine_class_init()
/openbmc/qemu/hw/ide/
H A Dcore.c3040 hd[i] = drive_get_by_index(IF_IDE, i); in ide_drive_get()