Home
last modified time | relevance | path

Searched refs:drive_get_max_bus (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dblockdev.h57 int drive_get_max_bus(BlockInterfaceType type);
/openbmc/qemu/hw/arm/
H A Drealview.c295 n = drive_get_max_bus(IF_SCSI); in realview_init()
H A Dversatilepb.c272 n = drive_get_max_bus(IF_SCSI); in versatile_init()
/openbmc/qemu/hw/hppa/
H A Dmachine.c351 if (drive_get_max_bus(IF_SCSI) >= 0) { in machine_HP_common_init_tail()
/openbmc/qemu/
H A Dblockdev.c291 int drive_get_max_bus(BlockInterfaceType type) in drive_get_max_bus() function
/openbmc/qemu/hw/ppc/
H A Dspapr.c3067 for (i = 0; i <= drive_get_max_bus(IF_SCSI); i++) { in spapr_machine_init()