Searched refs:_mpu_rt_va (Results 1 – 2 of 2) sorted by relevance
2363 oh->_mpu_rt_va = va_start; in _init_mpu_rt_base()2973 return readw_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()2975 return readl_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()2981 writew_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()2983 writel_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()3480 if (!oh->_mpu_rt_va) { in omap_hwmod_allocate_module()3513 oh->_mpu_rt_va = regs; in omap_hwmod_allocate_module()3862 return oh->_mpu_rt_va; in omap_hwmod_get_mpu_rt_va()
594 void __iomem *_mpu_rt_va; member