Home
last modified time | relevance | path

Searched refs:MAX_IDE_DEVS (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c107 DriveInfo *dinfo, *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; in ppc_heathrow_init()
290 macio_ide_init_drives(macio_ide, &hd[MAX_IDE_DEVS]); in ppc_heathrow_init()
H A Dmac_newworld.c151 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; in ppc_core99_init()
411 macio_ide_init_drives(macio_ide, &hd[MAX_IDE_DEVS]); in ppc_core99_init()
/openbmc/qemu/hw/i386/
H A Dpc_piix.c352 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; in pc_init1()
361 hd[MAX_IDE_DEVS * i], hd[MAX_IDE_DEVS * i + 1]); in pc_init1()
/openbmc/qemu/hw/ide/
H A Dvia.c228 ide_bus_init(&d->bus[i], sizeof(d->bus[i]), ds, i, MAX_IDE_DEVS); in via_ide_realize()
H A Dpci.c580 DriveInfo *hd_table[2 * MAX_IDE_DEVS]; in pci_ide_create_devs()
/openbmc/qemu/include/hw/ide/
H A Dinternal.h27 #define MAX_IDE_DEVS 2 macro