Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Domap_hwmod.c2440 oh->_mpu_rt_va = va_start; in _init_mpu_rt_base()
3106 return readw_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()
3108 return readl_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()
3114 writew_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
3116 writel_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
3633 return oh->_mpu_rt_va; in omap_hwmod_get_mpu_rt_va()
Domap_hwmod.h681 void __iomem *_mpu_rt_va; member