Searched refs:macio_ide (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | mac_oldworld.c | 102 MACIOIDEState *macio_ide; in ppc_heathrow_init() local 284 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[0]")); in ppc_heathrow_init() 285 macio_ide_init_drives(macio_ide, hd); in ppc_heathrow_init() 287 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[1]")); in ppc_heathrow_init() 288 macio_ide_init_drives(macio_ide, &hd[MAX_IDE_DEVS]); in ppc_heathrow_init() 376 MACIOIDEState *macio_ide; in heathrow_fw_dev_path() local 384 macio_ide = MACIO_IDE(dev); in heathrow_fw_dev_path() 385 return g_strdup_printf("ata-3@%x", macio_ide->addr); in heathrow_fw_dev_path()
|
H A D | mac_newworld.c | 148 MACIOIDEState *macio_ide; in ppc_core99_init() local 407 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[0]")); in ppc_core99_init() 408 macio_ide_init_drives(macio_ide, hd); in ppc_core99_init() 410 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[1]")); in ppc_core99_init() 411 macio_ide_init_drives(macio_ide, &hd[MAX_IDE_DEVS]); in ppc_core99_init() 537 MACIOIDEState *macio_ide; in core99_fw_dev_path() local 545 macio_ide = MACIO_IDE(dev); in core99_fw_dev_path() 546 return g_strdup_printf("ata-3@%x", macio_ide->addr); in core99_fw_dev_path()
|