Home
last modified time | relevance | path

Searched refs:hd_table (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dpci.c578 DriveInfo *hd_table[2 * MAX_IDE_DEVS]; in pci_ide_create_devs() local
583 ide_drive_get(hd_table, ARRAY_SIZE(hd_table)); in pci_ide_create_devs()
585 if (hd_table[i]) { in pci_ide_create_devs()
586 ide_bus_create_drive(d->bus + bus[i], unit[i], hd_table[i]); in pci_ide_create_devs()
H A Dmacio.c493 void macio_ide_init_drives(MACIOIDEState *s, DriveInfo **hd_table) in macio_ide_init_drives() argument
498 if (hd_table[i]) { in macio_ide_init_drives()
499 ide_bus_create_drive(&s->bus, i, hd_table[i]); in macio_ide_init_drives()
/openbmc/qemu/include/hw/misc/macio/
H A Dmacio.h98 void macio_ide_init_drives(MACIOIDEState *ide, DriveInfo **hd_table);