Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dpnv_xive.h62 uint32_t ic_shift; member
123 uint32_t ic_shift; member
/openbmc/qemu/hw/intc/
H A Dpnv_xive.c1010 xive->ic_shift = val & CQ_IC_BAR_64K ? 16 : 12; in pnv_xive_ic_reg_write()
1034 1ul << xive->ic_shift, in pnv_xive_ic_reg_write()
1037 2ul << xive->ic_shift, in pnv_xive_ic_reg_write()
1040 4ull << xive->ic_shift, in pnv_xive_ic_reg_write()
1905 xive->ic_shift = xive->vc_shift = xive->pc_shift = 12; in pnv_xive_reset()
1979 xive->ic_shift = xive->vc_shift = xive->pc_shift = 12; in pnv_xive_realize()
1990 xive, "xive-ic-reg", 1 << xive->ic_shift); in pnv_xive_realize()
1993 xive, "xive-ic-notify", 1 << xive->ic_shift); in pnv_xive_realize()
1998 xive, "xive-ic-lsi", 2 << xive->ic_shift); in pnv_xive_realize()
H A Dpnv_xive2.c986 xive->ic_shift = val & CQ_IC_BAR_64K ? 16 : 12; in pnv_xive2_ic_cq_write()
1001 pnv_xive2_ic_regions[i].pgoff << xive->ic_shift, in pnv_xive2_ic_cq_write()
1936 hwaddr pg_offset_mask = (1ull << xive->ic_shift) - 1; in pnv_xive2_ic_sync_write()
2013 return xive->chip->chip_id << 8 | offset >> xive->ic_shift; in pnv_xive2_ic_tm_get_pir()
2025 return offset & ((1ull << xive->ic_shift) - 1); in pnv_xive2_ic_tm_get_hw_page_offset()
2229 xive->ic_shift = xive->esb_shift = xive->end_shift = 16; in pnv_xive2_reset()
2300 xive->ic_shift = 16; in pnv_xive2_realize()
2308 pnv_xive2_ic_regions[i].pgsize << xive->ic_shift); in pnv_xive2_realize()