Home
last modified time | relevance | path

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

/external/qemu/hw/
Dpc.c268 const char *boot_device, BlockDriverState **hd_table) in cmos_init() argument
361 rtc_set_memory(s, 0x12, (hd_table[0] ? 0xf0 : 0) | (hd_table[1] ? 0x0f : 0)); in cmos_init()
362 if (hd_table[0]) in cmos_init()
363 cmos_init_hd(0x19, 0x1b, hd_table[0]); in cmos_init()
364 if (hd_table[1]) in cmos_init()
365 cmos_init_hd(0x1a, 0x24, hd_table[1]); in cmos_init()
369 if (hd_table[i]) { in cmos_init()
375 translation = bdrv_get_translation_hint(hd_table[i]); in cmos_init()
377 bdrv_get_geometry_hint(hd_table[i], &cylinders, &heads, &sectors); in cmos_init()
Dpc.h154 void pci_cmd646_ide_init(PCIBus *bus, BlockDriverState **hd_table,
156 void pci_piix3_ide_init(PCIBus *bus, BlockDriverState **hd_table, int devfn,
158 void pci_piix4_ide_init(PCIBus *bus, BlockDriverState **hd_table, int devfn,