Home
last modified time | relevance | path

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

/qemu/include/hw/acpi/
H A Dacpi-defs.h63 struct AcpiGenericAddress pm_tmr; /* PM_TMR_BLK */ member
/qemu/hw/acpi/
H A Daml-build.c2264 build_append_int_noprefix(tbl, f->pm_tmr.address, 4); /* PM_TMR_BLK */ in build_fadt()
2272 build_append_int_noprefix(tbl, f->pm_tmr.bit_width / 8, 1); /* PM_TMR_LEN */ in build_fadt()
2330 build_append_gas_from_struct(tbl, &f->pm_tmr); /* X_PM_TMR_BLK */ in build_fadt()
/qemu/hw/i386/
H A Dacpi-build.c179 .pm_tmr = { .space_id = as, .bit_width = 4 * 8, .address = io + 0x08 }, in init_common_fadt_data()