Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dhpet.h20 #define HPET_LEN 0x400 macro
/openbmc/qemu/hw/timer/
H A Dhpet.c697 memory_region_init_io(&s->iomem, obj, &hpet_ram_ops, s, "hpet", HPET_LEN); in hpet_init()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c862 HPET_LEN)); in build_hpet_aml()
890 aml_append(crs, aml_memory32_fixed(HPET_BASE, HPET_LEN, AML_READ_ONLY)); in build_hpet_aml()