Home
last modified time | relevance | path

Searched refs:macio_ide (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c102 MACIOIDEState *macio_ide; in ppc_heathrow_init() local
286 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[0]")); in ppc_heathrow_init()
287 macio_ide_init_drives(macio_ide, hd); in ppc_heathrow_init()
289 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[1]")); in ppc_heathrow_init()
290 macio_ide_init_drives(macio_ide, &hd[MAX_IDE_DEVS]); in ppc_heathrow_init()
378 MACIOIDEState *macio_ide; in heathrow_fw_dev_path() local
386 macio_ide = MACIO_IDE(dev); in heathrow_fw_dev_path()
387 return g_strdup_printf("ata-3@%x", macio_ide->addr); in heathrow_fw_dev_path()
H A Dmac_newworld.c148 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()