Searched refs:hpet (Results 1 - 1 of 1) sorted by relevance

/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1649 struct acpi_20_hpet *hpet; local
1733 hpet = (void *)(addr);
1734 addr += sizeof(*hpet);
1890 memset(hpet, 0, sizeof(*hpet));
1892 * emulated hpet
1894 hpet->timer_block_id = cpu_to_le32(0x8086a201);
1895 hpet->addr.address = cpu_to_le32(ACPI_HPET_ADDRESS);
1896 acpi_build_table_header((struct acpi_table_header *)hpet,
1897 "HPET", sizeof(*hpet),
[all...]

Completed in 93 milliseconds