Home
last modified time | relevance | path

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

/external/qemu/
Dblockdev.c165 type = IF_IDE; in drive_init()
189 type = IF_IDE; in drive_init()
222 if (cyls < 1 || (type == IF_IDE && cyls > 16383)) { in drive_init()
226 if (heads < 1 || (type == IF_IDE && heads > 16)) { in drive_init()
230 if (secs < 1 || (type == IF_IDE && secs > 63)) { in drive_init()
316 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO && type != IF_NONE) { in drive_init()
329 if (type != IF_IDE && type != IF_VIRTIO && type != IF_NONE) { in drive_init()
405 if (type == IF_IDE || type == IF_SCSI) in drive_init()
427 case IF_IDE: in drive_init()
Dvl-android.c774 type = IF_IDE; in drive_init()
801 type = IF_IDE; in drive_init()
948 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) { in drive_init()
1016 if (type == IF_IDE || type == IF_SCSI) in drive_init()
1036 case IF_IDE: in drive_init()
/external/qemu/hw/mips/
Dmips_r4k.c283 if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) { in mips_r4k_init()
289 hd[i] = drive_get(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS); in mips_r4k_init()
/external/qemu/hw/android/
Dandroid_arm.c111 DriveInfo* info = drive_get( IF_IDE, 0, 0 ); in android_arm_init_()
Dandroid_mips.c212 DriveInfo* info = drive_get( IF_IDE, 0, 0 ); in android_mips_init_()
/external/qemu/hw/i386/
Dpc.c1050 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
1162 if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) {
1168 index = drive_get_index(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS);
/external/qemu/include/
Dqemu-common.h289 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN, enumerator