Home
last modified time | relevance | path

Searched refs:_mpu_rt_va (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod.c2314 oh->_mpu_rt_va = va_start; in _init_mpu_rt_base()
2924 return readw_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()
2926 return readl_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()
2932 writew_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
2934 writel_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
3436 if (!oh->_mpu_rt_va) { in omap_hwmod_allocate_module()
3469 oh->_mpu_rt_va = regs; in omap_hwmod_allocate_module()
3836 return oh->_mpu_rt_va; in omap_hwmod_get_mpu_rt_va()
H A Domap_hwmod.h545 * @_mpu_rt_va: cached register target start address (internal use)
592 void __iomem *_mpu_rt_va; member
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap_hwmod.c2282 oh->_mpu_rt_va = va_start; in _init_mpu_rt_base()
2892 return readw_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()
2894 return readl_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()
2900 writew_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
2902 writel_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
3406 if (!oh->_mpu_rt_va) { in omap_hwmod_allocate_module()
3439 oh->_mpu_rt_va = regs; in omap_hwmod_allocate_module()
3752 return oh->_mpu_rt_va; in omap_hwmod_get_mpu_rt_va()
H A Domap_hwmod.h545 * @_mpu_rt_va: cached register target start address (internal use)
592 void __iomem *_mpu_rt_va; member

Completed in 12 milliseconds