Searched refs:MMU_REG_SIZE (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/platform_data/
H A Diommu-omap.h15 #define MMU_REG_SIZE 256 macro
/linux-4.1.27/drivers/iommu/
H A Domap-iommu.h100 #define MMU_REG_SIZE 256 macro
H A Domap-iommu.c102 for (i = 0; i < (MMU_REG_SIZE / sizeof(u32)); i++) { omap_iommu_save_ctx()
119 for (i = 0; i < (MMU_REG_SIZE / sizeof(u32)); i++) { omap_iommu_restore_ctx()
1023 obj = devm_kzalloc(&pdev->dev, sizeof(*obj) + MMU_REG_SIZE, GFP_KERNEL); omap_iommu_probe()

Completed in 116 milliseconds