Home
last modified time | relevance | path

Searched refs:qdev_for_drives (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/block/
H A Dfdc-sysbus.c198 DEFINE_PROP_SIGNED("fdtypeA", FDCtrlSysBus, state.qdev_for_drives[0].type,
201 DEFINE_PROP_SIGNED("fdtypeB", FDCtrlSysBus, state.qdev_for_drives[1].type,
225 DEFINE_PROP_SIGNED("fdtype", FDCtrlSysBus, state.qdev_for_drives[0].type,
H A Dfdc-isa.c272 DEFINE_PROP_SIGNED("fdtypeA", FDCtrlISABus, state.qdev_for_drives[0].type,
275 DEFINE_PROP_SIGNED("fdtypeB", FDCtrlISABus, state.qdev_for_drives[1].type,
H A Dfdc-internal.h137 } qdev_for_drives[MAX_FD]; member