Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-omap.c141 unsigned int tlb; in omap_1510_local_bus_init() local
148 for (tlb = 0; tlb < OMAP1510_LB_MEMSIZE; tlb++) { in omap_1510_local_bus_init()
149 lbaddr = tlb * 0x00100000 + OMAP1510_LB_OFFSET; in omap_1510_local_bus_init()
150 physaddr = tlb * 0x00100000 + PHYS_OFFSET; in omap_1510_local_bus_init()
156 omap_writel(tlb << 4, OMAP1510_LB_MMU_LCK); in omap_1510_local_bus_init()
/drivers/thermal/tegra/
Dsoctherm.c1573 u32 *tlb; in soctherm_thermtrips_parse() local
1588 tlb = devm_kcalloc(&pdev->dev, max_num_prop, sizeof(u32), GFP_KERNEL); in soctherm_thermtrips_parse()
1589 if (!tlb) in soctherm_thermtrips_parse()
1592 tlb, n); in soctherm_thermtrips_parse()
1600 if (tlb[j] >= TEGRA124_SOCTHERM_SENSOR_NUM) in soctherm_thermtrips_parse()
1603 tt[i].id = tlb[j]; in soctherm_thermtrips_parse()
1604 tt[i].temp = tlb[j + 1]; in soctherm_thermtrips_parse()
/drivers/iommu/
Darm-smmu.c429 .tlb = {
440 .tlb = {
451 .tlb = {
788 .tlb = &smmu_domain->flush_ops->tlb, in arm_smmu_init_domain_context()
1244 smmu_domain->flush_ops->tlb.tlb_flush_all(smmu_domain); in arm_smmu_flush_iotlb_all()
Domap-iommu-debug.c236 DEFINE_SHOW_ATTRIBUTE(tlb);
Darm-smmu.h323 struct iommu_flush_ops tlb; member
Dqcom_iommu.c241 .tlb = &qcom_flush_ops, in qcom_iommu_init_domain()
Dmtk_iommu.c344 .tlb = &mtk_iommu_flush_ops, in mtk_iommu_domain_finalise()
Dmsm_iommu.c357 .tlb = &msm_iommu_flush_ops, in msm_iommu_domain_config()
Dio-pgtable-arm-v7s.c886 .tlb = &dummy_tlb_ops, in arm_v7s_do_selftests()
Dipmmu-vmsa.c485 domain->cfg.tlb = &ipmmu_flush_ops; in ipmmu_domain_init_context()
Dio-pgtable-arm.c1259 .tlb = &dummy_tlb_ops, in arm_lpae_do_selftests()
Darm-smmu-v3.c2242 .tlb = &arm_smmu_flush_ops, in arm_smmu_domain_finalise()
/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c369 .tlb = &mmu_tlb_ops, in panfrost_mmu_pgtable_alloc()