Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Domap-iommu.c26 static atomic_t emu_count; variable
45 if (enable && (atomic_inc_return(&emu_count) == 1)) in omap_iommu_dra7_emu_swsup_config()
47 else if (!enable && (atomic_dec_return(&emu_count) == 0)) in omap_iommu_dra7_emu_swsup_config()