Searched refs:msg_base (Results 1 – 1 of 1) sorted by relevance
746 uint64_t msg_base; member802 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()