Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dmtk_iommu.c714 struct mtk_iommu_data *data = dev_iommu_priv_get(dev), *frstdata; in mtk_iommu_attach_device() local
730 frstdata = mtk_iommu_get_frst_data(hw_list); in mtk_iommu_attach_device()
732 mutex_lock(&frstdata->mutex); in mtk_iommu_attach_device()
733 ret = mtk_iommu_domain_finalise(dom, frstdata, region_id); in mtk_iommu_attach_device()
734 mutex_unlock(&frstdata->mutex); in mtk_iommu_attach_device()