REG_VINTF
writel(0, REG_VINTF(vintf, SID_MATCH(vsid->idx)));
writel(0, REG_VINTF(vintf, SID_REPLACE(vsid->idx)));
writel(stream->id, REG_VINTF(vintf, SID_REPLACE(sidx)));
writel(virt_sid << 1 | 0x1, REG_VINTF(vintf, SID_MATCH(sidx)));
REG_VINTF(vintf, CONFIG),
REG_VINTF(vintf, STATUS),
u64 err = readq_relaxed(REG_VINTF(vintf, LVCMDQ_ERR_MAP_64(i)));
u64 map = readq_relaxed(REG_VINTF(vintf, LVCMDQ_ERR_MAP_64(i)));
writel(0, REG_VINTF(vintf, SID_MATCH(sidx)));
writel(0, REG_VINTF(vintf, SID_REPLACE(sidx)));
writel(regval, REG_VINTF(vintf, CONFIG));
vintf->hyp_own = !!(VINTF_HYP_OWN & readl(REG_VINTF(vintf, CONFIG)));