Searched refs:omr3_mask (Results 1 – 1 of 1) sorted by relevance
753 uint64_t omr3_mask; member832 ret = s->omr3_mask; in dcr_read_pcie()841 ret = s->omr3_mask >> 32; in dcr_read_pcie()844 ret = s->omr3_mask; in dcr_read_pcie()931 s->omr3_mask = ((uint64_t)val << 32) | (s->omr3_mask & 0xffffffff); in dcr_write_pcie()934 s->omr3_mask = (s->omr3_mask & 0xffffffff00000000ULL) | val; in dcr_write_pcie()