Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Domap_hwmod.h544 * @mpu_rt_idx: index of device address space for register target (for DT boot)
598 u8 mpu_rt_idx; member
H A Domap_hwmod.c2151 * omap_hwmod_fix_mpu_rt_idx - fix up mpu_rt_idx register offsets
2156 * Fix up module register offsets for modules with mpu_rt_idx.
2175 error = of_address_to_resource(child, oh->mpu_rt_idx, res); in omap_hwmod_fix_mpu_rt_idx()
2177 pr_err("%s: error mapping mpu_rt_idx: %i\n", in omap_hwmod_fix_mpu_rt_idx()
2214 if (oh && oh->mpu_rt_idx) { in omap_hwmod_parse_module_range()
2272 va_start = of_iomap(np, index + oh->mpu_rt_idx); in _init_mpu_rt_base()