Home
last modified time | relevance | path

Searched refs:MACIOIDEState (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/ide/
H A Dmacio.c62 MACIOIDEState *m = io->opaque; in pmac_ide_atapi_transfer_cb()
138 MACIOIDEState *m = io->opaque; in pmac_ide_transfer_cb()
222 MACIOIDEState *m = io->opaque; in pmac_ide_transfer()
253 MACIOIDEState *m = io->opaque; in pmac_ide_flush()
264 MACIOIDEState *d = opaque; in pmac_ide_read()
315 MACIOIDEState *d = opaque; in pmac_ide_write()
376 MACIOIDEState *d = MACIO_IDE(dev); in macio_ide_reset()
394 MACIOIDEState *m = container_of(dma, MACIOIDEState, dma); in ide_dbdma_start()
421 MACIOIDEState *s = MACIO_IDE(dev); in macio_ide_realizefn()
432 MACIOIDEState *s = opaque; in pmac_ide_irq()
[all …]
/qemu/include/hw/misc/macio/
H A Dmacio.h73 OBJECT_DECLARE_SIMPLE_TYPE(MACIOIDEState, MACIO_IDE)
75 struct MACIOIDEState { struct
95 void macio_ide_init_drives(MACIOIDEState *ide, DriveInfo **hd_table); argument
96 void macio_ide_register_dma(MACIOIDEState *ide);
126 MACIOIDEState ide[2];
140 MACIOIDEState ide[2];
/qemu/hw/ppc/
H A Dmac_oldworld.c102 MACIOIDEState *macio_ide; in ppc_heathrow_init()
376 MACIOIDEState *macio_ide; in heathrow_fw_dev_path()
H A Dmac_newworld.c148 MACIOIDEState *macio_ide; in ppc_core99_init()
537 MACIOIDEState *macio_ide; in core99_fw_dev_path()
/qemu/hw/misc/macio/
H A Dmacio.c120 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()