Searched refs:drive_get_by_index (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | sam460ex.c | 438 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()
|
/openbmc/qemu/include/sysemu/ |
H A D | blockdev.h | 56 DriveInfo *drive_get_by_index(BlockInterfaceType type, int index);
|
/openbmc/qemu/hw/arm/ |
H A D | xlnx-zcu102.c | 108 dinfo = drive_get_by_index(IF_PFLASH, 2); in bbram_attach_drive() 120 dinfo = drive_get_by_index(IF_PFLASH, 3); in efuse_attach_drive()
|
H A D | xlnx-versal-virt.c | 612 dinfo = drive_get_by_index(IF_PFLASH, 0); in bbram_attach_drive() 624 dinfo = drive_get_by_index(IF_PFLASH, 1); in efuse_attach_drive()
|
/openbmc/qemu/system/ |
H A D | vl.c | 666 if (!enable || drive_get_by_index(type, index)) { in default_drive()
|
/openbmc/qemu/hw/ide/ |
H A D | core.c | 3040 hd[i] = drive_get_by_index(IF_IDE, i); in ide_drive_get()
|
/openbmc/qemu/ |
H A D | blockdev.c | 283 DriveInfo *drive_get_by_index(BlockInterfaceType type, int index) in drive_get_by_index() function
|