Searched refs:macio_ide_init_drives (Results 1 – 4 of 4) sorted by relevance
98 void macio_ide_init_drives(MACIOIDEState *ide, DriveInfo **hd_table);
285 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()
408 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()
493 void macio_ide_init_drives(MACIOIDEState *s, DriveInfo **hd_table) in macio_ide_init_drives() function