Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive.c664 uint64_t edt_type = GETFIELD(CQ_TDR_EDT_TYPE, xive->edt[i]); in pnv_xive_edt_size() local
666 if (edt_type == type) { in pnv_xive_edt_size()
686 uint64_t edt_type = GETFIELD(CQ_TDR_EDT_TYPE, xive->edt[i]); in pnv_xive_edt_offset() local
688 if (edt_type != type) { in pnv_xive_edt_offset()
1705 uint64_t edt_type = 0; in pnv_xive_vc_read() local
1712 edt_type = GETFIELD(CQ_TDR_EDT_TYPE, xive->edt[edt_index]); in pnv_xive_vc_read()
1715 switch (edt_type) { in pnv_xive_vc_read()
1728 edt_offset = pnv_xive_edt_offset(xive, offset, edt_type); in pnv_xive_vc_read()
1748 uint64_t edt_type = 0; in pnv_xive_vc_write() local
1757 switch (edt_type) { in pnv_xive_vc_write()
[all …]