Searched refs:qdev_for_drives (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/block/ |
H A D | fdc-sysbus.c | 200 DEFINE_PROP_SIGNED("fdtypeA", FDCtrlSysBus, state.qdev_for_drives[0].type, 203 DEFINE_PROP_SIGNED("fdtypeB", FDCtrlSysBus, state.qdev_for_drives[1].type, 227 DEFINE_PROP_SIGNED("fdtype", FDCtrlSysBus, state.qdev_for_drives[0].type,
|
H A D | fdc-internal.h | 134 } qdev_for_drives[MAX_FD]; member
|
H A D | fdc-isa.c | 290 DEFINE_PROP_SIGNED("fdtypeA", FDCtrlISABus, state.qdev_for_drives[0].type, 293 DEFINE_PROP_SIGNED("fdtypeB", FDCtrlISABus, state.qdev_for_drives[1].type,
|