Searched refs:REG_VINTF (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | tegra241-cmdqv.c | 104 #define REG_VINTF(_vintf, _regname) \ macro 270 REG_VINTF(vintf, CONFIG), in vintf_write_config() 271 REG_VINTF(vintf, STATUS), in vintf_write_config() 305 u64 err = readq_relaxed(REG_VINTF(vintf, LVCMDQ_ERR_MAP_64(i))); in tegra241_vintf_user_handle_error() 319 u64 map = readq_relaxed(REG_VINTF(vintf, LVCMDQ_ERR_MAP_64(i))); in tegra241_vintf0_handle_error() 526 writel(0, REG_VINTF(vintf, SID_MATCH(sidx))); in tegra241_vintf_hw_deinit() 527 writel(0, REG_VINTF(vintf, SID_REPLACE(sidx))); in tegra241_vintf_hw_deinit() 559 writel(regval, REG_VINTF(vintf, CONFIG)); in tegra241_vintf_hw_init() 568 vintf->hyp_own = !!(VINTF_HYP_OWN & readl(REG_VINTF(vintf, CONFIG))); in tegra241_vintf_hw_init() 1219 writel(0, REG_VINTF(vintf, SID_MATCH(vsid->idx))); in tegra241_vintf_destroy_vsid() [all …]
|