Home
last modified time | relevance | path

Searched refs:vcmdq (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/iommu/arm/arm-smmu-v3/
Dtegra241-cmdqv.c233 static inline char *lvcmdq_error_header(struct tegra241_vcmdq *vcmdq, in lvcmdq_error_header() argument
237 if (WARN_ON(!vcmdq->vintf)) in lvcmdq_error_header()
240 vcmdq->vintf->idx, vcmdq->idx, vcmdq->lidx); in lvcmdq_error_header()
244 static inline int vcmdq_write_config(struct tegra241_vcmdq *vcmdq, u32 regval) in vcmdq_write_config() argument
246 char header[64], *h = lvcmdq_error_header(vcmdq, header, 64); in vcmdq_write_config()
248 return tegra241_cmdqv_write_config(vcmdq->cmdqv, in vcmdq_write_config()
249 REG_VCMDQ_PAGE0(vcmdq, CONFIG), in vcmdq_write_config()
250 REG_VCMDQ_PAGE0(vcmdq, STATUS), in vcmdq_write_config()
251 regval, h, &vcmdq->enabled); in vcmdq_write_config()
265 struct tegra241_vcmdq *vcmdq = vintf->lvcmdqs[lidx]; in tegra241_vintf0_handle_error() local
[all …]