Searched refs:IF_IDE (Results 1 – 7 of 7) sorted by relevance
/external/qemu/ |
D | blockdev.c | 165 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()
|
D | vl-android.c | 774 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/ |
D | mips_r4k.c | 283 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/ |
D | android_arm.c | 111 DriveInfo* info = drive_get( IF_IDE, 0, 0 ); in android_arm_init_()
|
D | android_mips.c | 212 DriveInfo* info = drive_get( IF_IDE, 0, 0 ); in android_mips_init_()
|
/external/qemu/hw/i386/ |
D | pc.c | 1050 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/ |
D | qemu-common.h | 289 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN, enumerator
|