Lines Matching refs:larbid
236 unsigned int larbid, portid; in mtk_iommu_v1_config() local
241 larbid = mt2701_m4u_to_larb(fwspec->ids[i]); in mtk_iommu_v1_config()
243 larb_mmu = &data->larb_imu[larbid]; in mtk_iommu_v1_config()
456 int err, idx = 0, larbid, larbidx; in mtk_iommu_v1_probe_device() local
489 larbid = mt2701_m4u_to_larb(fwspec->ids[0]); in mtk_iommu_v1_probe_device()
490 if (larbid >= MT2701_LARB_NR_MAX) in mtk_iommu_v1_probe_device()
495 if (larbid != larbidx) { in mtk_iommu_v1_probe_device()
497 larbid, larbidx); in mtk_iommu_v1_probe_device()
502 larbdev = data->larb_imu[larbid].dev; in mtk_iommu_v1_probe_device()
533 unsigned int larbid; in mtk_iommu_v1_release_device() local
536 larbid = mt2701_m4u_to_larb(fwspec->ids[0]); in mtk_iommu_v1_release_device()
537 larbdev = data->larb_imu[larbid].dev; in mtk_iommu_v1_release_device()