Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Driscv_aplic.c348 uint32_t lhxs, lhxw, hhxs, hhxw, group_idx, msicfgaddr, msicfgaddrH; in riscv_aplic_msi_send() local
370 lhxw = (msicfgaddrH >> APLIC_xMSICFGADDRH_LHXW_SHIFT) & in riscv_aplic_msi_send()
377 group_idx = hart_idx >> lhxw; in riscv_aplic_msi_send()
378 hart_idx &= APLIC_xMSICFGADDR_PPN_LHX_MASK(lhxw); in riscv_aplic_msi_send()
384 addr |= ((uint64_t)(hart_idx & APLIC_xMSICFGADDR_PPN_LHX_MASK(lhxw))) << in riscv_aplic_msi_send()