Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dspapr_xive.c721 uint64_t timas[2 * 2]; in spapr_xive_dt() local
745 timas[0] = cpu_to_be64(xive->tm_base + in spapr_xive_dt()
747 timas[1] = cpu_to_be64(1ull << TM_SHIFT); in spapr_xive_dt()
748 timas[2] = cpu_to_be64(xive->tm_base + in spapr_xive_dt()
750 timas[3] = cpu_to_be64(1ull << TM_SHIFT); in spapr_xive_dt()
755 _FDT(fdt_setprop(fdt, node, "reg", timas, sizeof(timas))); in spapr_xive_dt()