Searched refs:MACIOIDEState (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | macio.c | 62 MACIOIDEState *m = io->opaque; in pmac_ide_atapi_transfer_cb() 135 MACIOIDEState *m = io->opaque; in pmac_ide_transfer_cb() 216 MACIOIDEState *m = io->opaque; in pmac_ide_transfer() 247 MACIOIDEState *m = io->opaque; in pmac_ide_flush() 258 MACIOIDEState *d = opaque; in pmac_ide_read() 309 MACIOIDEState *d = opaque; in pmac_ide_write() 359 VMSTATE_IDE_BUS(bus, MACIOIDEState), 360 VMSTATE_IDE_DRIVES(bus.ifs, MACIOIDEState), 361 VMSTATE_BOOL(dma_active, MACIOIDEState), 362 VMSTATE_UINT32(timing_reg, MACIOIDEState), [all …]
|
/openbmc/qemu/include/hw/misc/macio/ |
H A D | macio.h | 73 OBJECT_DECLARE_SIMPLE_TYPE(MACIOIDEState, MACIO_IDE) 75 struct MACIOIDEState { struct 98 void macio_ide_init_drives(MACIOIDEState *ide, DriveInfo **hd_table); argument 99 void macio_ide_register_dma(MACIOIDEState *ide); 129 MACIOIDEState ide[2]; 143 MACIOIDEState ide[2];
|
/openbmc/qemu/hw/ppc/ |
H A D | mac_oldworld.c | 102 MACIOIDEState *macio_ide; in ppc_heathrow_init() 376 MACIOIDEState *macio_ide; in heathrow_fw_dev_path()
|
H A D | mac_newworld.c | 148 MACIOIDEState *macio_ide; in ppc_core99_init() 537 MACIOIDEState *macio_ide; in core99_fw_dev_path()
|
/openbmc/qemu/hw/misc/macio/ |
H A D | macio.c | 120 static bool macio_realize_ide(MacIOState *s, MACIOIDEState *ide, in macio_realize_ide() 196 static void macio_init_ide(MacIOState *s, MACIOIDEState *ide, int index) in macio_init_ide()
|