Searched refs:mpu_rt_idx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod_54xx_data.c | 283 .mpu_rt_idx = 1,
|
H A D | omap_hwmod.h | 544 * @mpu_rt_idx: index of device address space for register target (for DT boot) 598 u8 mpu_rt_idx; member
|
H A D | omap_hwmod_7xx_data.c | 449 .mpu_rt_idx = 1,
|
H A D | omap_hwmod.c | 2150 * omap_hwmod_fix_mpu_rt_idx - fix up mpu_rt_idx register offsets 2155 * Fix up module register offsets for modules with mpu_rt_idx. 2174 error = of_address_to_resource(child, oh->mpu_rt_idx, res); in omap_hwmod_fix_mpu_rt_idx() 2176 pr_err("%s: error mapping mpu_rt_idx: %i\n", in omap_hwmod_fix_mpu_rt_idx() 2242 if (oh && oh->mpu_rt_idx) { in omap_hwmod_parse_module_range() 2304 va_start = of_iomap(np, index + oh->mpu_rt_idx); in _init_mpu_rt_base()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap_hwmod.h | 544 * @mpu_rt_idx: index of device address space for register target (for DT boot) 598 u8 mpu_rt_idx; member
|
H A D | omap_hwmod.c | 2151 * 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()
|
Completed in 13 milliseconds