Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dpnv_xive.h68 uint32_t tm_shift; member
133 uint32_t tm_shift; member
/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c1011 xive->tm_shift = val & CQ_TM_BAR_64K ? 16 : 12; in pnv_xive2_ic_cq_write()
2230 xive->nvc_shift = xive->nvpg_shift = xive->tm_shift = 16; in pnv_xive2_reset()
2333 xive->tm_shift = 16; in pnv_xive2_realize()
H A Dpnv_xive.c1048 xive->tm_shift = val & CQ_TM_BAR_64K ? 16 : 12; in pnv_xive_ic_reg_write()