Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-omap2/
A Domap_hwmod.c2318 oh->_mpu_rt_va = va_start; in _init_mpu_rt_base()
2928 return readw_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()
2930 return readl_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()
2936 writew_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
2938 writel_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
3442 if (!oh->_mpu_rt_va) { in omap_hwmod_allocate_module()
3475 oh->_mpu_rt_va = regs; in omap_hwmod_allocate_module()
3788 return oh->_mpu_rt_va; in omap_hwmod_get_mpu_rt_va()
A Domap_hwmod.h592 void __iomem *_mpu_rt_va; member

Completed in 10 milliseconds