Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap-iommu.c25 static atomic_t emu_count; variable
44 if (enable && (atomic_inc_return(&emu_count) == 1)) in omap_iommu_dra7_emu_swsup_config()
46 else if (!enable && (atomic_dec_return(&emu_count) == 0)) in omap_iommu_dra7_emu_swsup_config()