Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dblockdev.h56 DriveInfo *drive_get_by_index(BlockInterfaceType type, int index);
/openbmc/qemu/hw/ppc/
H A Dsam460ex.c463 di = drive_get_by_index(IF_IDE, 0); in sam460ex_init()
468 di = drive_get_by_index(IF_IDE, 1) ?: drive_get_by_index(IF_IDE, 2); in sam460ex_init()
/openbmc/qemu/hw/arm/
H A Dxlnx-zcu102.c108 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 Dxlnx-versal-virt.c612 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 Dvl.c666 if (!enable || drive_get_by_index(type, index)) { in default_drive()
/openbmc/qemu/hw/ide/
H A Dcore.c3040 hd[i] = drive_get_by_index(IF_IDE, i); in ide_drive_get()
/openbmc/qemu/
H A Dblockdev.c283 DriveInfo *drive_get_by_index(BlockInterfaceType type, int index) in drive_get_by_index() function