Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Domap_hwmod.c276 oh->_sysc_cache = omap_hwmod_read(oh, oh->class->sysc->sysc_offs); in _update_sysc_cache()
302 oh->_sysc_cache = v; in _write_sysconfig()
544 v = oh->_sysc_cache; in _set_dmadisable()
1365 v = oh->_sysc_cache; in _enable_sysc()
1450 v = oh->_sysc_cache; in _idle_sysc()
1483 if (oh->_sysc_cache != v) in _idle_sysc()
1502 v = oh->_sysc_cache; in _shutdown_sysc()
1888 v = oh->_sysc_cache; in _ocp_softreset()
3147 if (!oh || !(oh->_sysc_cache)) in omap_hwmod_softreset()
3150 v = oh->_sysc_cache; in omap_hwmod_softreset()
[all …]
Domap_hwmod.h690 u32 _sysc_cache; member