Home
last modified time | relevance | path

Searched refs:macio_ide_init_drives (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/misc/macio/
H A Dmacio.h98 void macio_ide_init_drives(MACIOIDEState *ide, DriveInfo **hd_table);
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c285 macio_ide_init_drives(macio_ide, hd); in ppc_heathrow_init()
288 macio_ide_init_drives(macio_ide, &hd[MAX_IDE_DEVS]); in ppc_heathrow_init()
H A Dmac_newworld.c408 macio_ide_init_drives(macio_ide, hd); in ppc_core99_init()
411 macio_ide_init_drives(macio_ide, &hd[MAX_IDE_DEVS]); in ppc_core99_init()
/openbmc/qemu/hw/ide/
H A Dmacio.c493 void macio_ide_init_drives(MACIOIDEState *s, DriveInfo **hd_table) in macio_ide_init_drives() function