Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Darm_gicv3_its.c220 uint32_t iteh = 0; in update_ite() local
232 iteh = FIELD_DP32(iteh, ITE_H, DOORBELL, ite->doorbell); in update_ite()
239 address_space_stl_le(as, iteaddr + 8, iteh, MEMTXATTRS_UNSPECIFIED, &res); in update_ite()
255 uint32_t iteh; in get_ite() local
264 iteh = address_space_ldl_le(as, iteaddr + 8, MEMTXATTRS_UNSPECIFIED, &res); in get_ite()
275 ite->doorbell = FIELD_EX64(iteh, ITE_H, DOORBELL); in get_ite()