Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Domap_hwmod.c1012 if (oh->_int_flags & _HWMOD_NO_MPU_PORT || !oh->clkdm) in _omap4_wait_target_disable()
1255 oh->_int_flags |= _HWMOD_NO_MPU_PORT; in _save_mpu_port_index()
1263 oh->_int_flags &= ~_HWMOD_NO_MPU_PORT; in _save_mpu_port_index()
1286 if (!oh || oh->_int_flags & _HWMOD_NO_MPU_PORT || oh->slaves_cnt == 0) in _find_mpu_rt_port()
2409 if (oh->_int_flags & _HWMOD_NO_MPU_PORT) in _init_mpu_rt_base()
3627 if (oh->_int_flags & _HWMOD_NO_MPU_PORT) in omap_hwmod_get_mpu_rt_va()
Domap_hwmod.h551 #define _HWMOD_NO_MPU_PORT (1 << 0) macro