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.c875 type = IF_IDE; in drive_init()
902 type = IF_IDE; in drive_init()
1049 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) { in drive_init()
1117 if (type == IF_IDE || type == IF_SCSI) in drive_init()
1137 case IF_IDE: in drive_init()
Dqemu-common.h291 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN, enumerator
Dvl-android.c1072 type = IF_IDE; in drive_init()
1099 type = IF_IDE; in drive_init()
1246 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) { in drive_init()
1314 if (type == IF_IDE || type == IF_SCSI) in drive_init()
1334 case IF_IDE: in drive_init()
/external/qemu/hw/
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()
Dandroid_arm.c124 DriveInfo* info = drive_get( IF_IDE, 0, 0 ); in android_arm_init_()
Dpc.c1059 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
1171 if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) {
1177 index = drive_get_index(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS);