Searched refs:vcmdq (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | tegra241-cmdqv.c | 275 static inline char *lvcmdq_error_header(struct tegra241_vcmdq *vcmdq, in lvcmdq_error_header() argument 279 if (WARN_ON(!vcmdq->vintf)) in lvcmdq_error_header() 282 vcmdq->vintf->idx, vcmdq->idx, vcmdq->lidx); in lvcmdq_error_header() 286 static inline int vcmdq_write_config(struct tegra241_vcmdq *vcmdq, u32 regval) in vcmdq_write_config() argument 288 char header[64], *h = lvcmdq_error_header(vcmdq, header, 64); in vcmdq_write_config() 290 return tegra241_cmdqv_write_config(vcmdq->cmdqv, in vcmdq_write_config() 291 REG_VCMDQ_PAGE0(vcmdq, CONFIG), in vcmdq_write_config() 292 REG_VCMDQ_PAGE0(vcmdq, STATUS), in vcmdq_write_config() 293 regval, h, &vcmdq->enabled); in vcmdq_write_config() 323 struct tegra241_vcmdq *vcmdq = vintf->lvcmdqs[lidx]; in tegra241_vintf0_handle_error() local [all …]
|