Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dppc440_uc.c746 uint64_t msg_base; member
802 ret = s->msg_base >> 32; in dcr_read_pcie()
805 ret = s->msg_base; in dcr_read_pcie()
892 s->msg_base = ((uint64_t)val << 32) | (s->msg_base & 0xffffffff); in dcr_write_pcie()
895 s->msg_base = (s->msg_base & 0xffffffff00000000ULL) | val; in dcr_write_pcie()