Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-omap.c132 unsigned int tlb; in omap_1510_local_bus_init() local
139 for (tlb = 0; tlb < OMAP1510_LB_MEMSIZE; tlb++) { in omap_1510_local_bus_init()
140 lbaddr = tlb * 0x00100000 + OMAP1510_LB_OFFSET; in omap_1510_local_bus_init()
141 physaddr = tlb * 0x00100000 + PHYS_OFFSET; in omap_1510_local_bus_init()
147 omap_writel(tlb << 4, OMAP1510_LB_MMU_LCK); in omap_1510_local_bus_init()
/drivers/thermal/tegra/
Dsoctherm.c1578 u32 *tlb; in soctherm_thermtrips_parse() local
1593 tlb = devm_kcalloc(&pdev->dev, max_num_prop, sizeof(u32), GFP_KERNEL); in soctherm_thermtrips_parse()
1594 if (!tlb) in soctherm_thermtrips_parse()
1597 tlb, n); in soctherm_thermtrips_parse()
1605 if (tlb[j] >= TEGRA124_SOCTHERM_SENSOR_NUM) in soctherm_thermtrips_parse()
1608 tt[i].id = tlb[j]; in soctherm_thermtrips_parse()
1609 tt[i].temp = tlb[j + 1]; in soctherm_thermtrips_parse()
/drivers/iommu/
Domap-iommu-debug.c239 DEFINE_SHOW_ATTRIBUTE(tlb);
Dmsm_iommu.c349 .tlb = &msm_iommu_flush_ops, in msm_iommu_domain_config()
Dipmmu-vmsa.c439 domain->cfg.tlb = &ipmmu_flush_ops; in ipmmu_domain_init_context()
Dio-pgtable-arm-v7s.c919 .tlb = &dummy_tlb_ops, in arm_v7s_do_selftests()
Dio-pgtable-arm.c1305 .tlb = &dummy_tlb_ops, in arm_lpae_do_selftests()
/drivers/gpu/drm/msm/
Dmsm_iommu.c177 ttbr0_cfg.tlb = &null_tlb_ops; in msm_iommu_pagetable_create()
/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c577 .tlb = &mmu_tlb_ops, in panfrost_mmu_ctx_create()
/drivers/iommu/arm/arm-smmu/
Dqcom_iommu.c247 .tlb = &qcom_flush_ops, in qcom_iommu_init_domain()
Darm-smmu.c757 .tlb = smmu_domain->flush_ops, in arm_smmu_init_domain_context()
/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c1981 .tlb = &arm_smmu_flush_ops, in arm_smmu_domain_finalise()