Searched refs:IF_FLOPPY (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | blockdev.h | 23 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN, enumerator
|
/openbmc/qemu/hw/isa/ |
H A D | isa-superio.c | 132 fd[i] = drive_get(IF_FLOPPY, 0, i); in isa_superio_realize()
|
/openbmc/qemu/hw/mips/ |
H A D | jazz.c | 354 fds[n] = drive_get(IF_FLOPPY, 0, n); in mips_jazz_init()
|
/openbmc/qemu/hw/sparc64/ |
H A D | sun4u.c | 341 fd[i] = drive_get(IF_FLOPPY, 0, i); in ebus_realize()
|
/openbmc/qemu/system/ |
H A D | vl.c | 716 default_drive(default_floppy, snapshot, IF_FLOPPY, 0, FD_OPTS); in configure_blockdev() 2931 drive_add(IF_FLOPPY, popt->index - QEMU_OPTION_fda, in qemu_init()
|
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 1018 fd[0] = drive_get(IF_FLOPPY, 0, 0); in sun4m_hw_init()
|
/openbmc/qemu/hw/i386/ |
H A D | pc.c | 1096 fd[i] = drive_get(IF_FLOPPY, 0, i); in pc_superio_init()
|
/openbmc/qemu/ |
H A D | blockdev.c | 81 [IF_FLOPPY] = "floppy",
|