Home
last modified time | relevance | path

Searched refs:PRM_INSTANCE_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Dprm44xx.c166 if (inst == PRM_INSTANCE_UNKNOWN) in omap4_prm_vcvp_read()
177 if (inst == PRM_INSTANCE_UNKNOWN) in omap4_prm_vcvp_write()
188 if (inst == PRM_INSTANCE_UNKNOWN) in omap4_prm_vcvp_rmw()
302 if (inst == PRM_INSTANCE_UNKNOWN) in omap44xx_prm_reconfigure_io_chain()
347 if (inst == PRM_INSTANCE_UNKNOWN) in omap44xx_prm_enable_io_wakeup()
369 if (inst == PRM_INSTANCE_UNKNOWN) in omap44xx_prm_read_reset_sources()
Dprminst44xx.c34 static s32 prm_dev_inst = PRM_INSTANCE_UNKNOWN;
184 if (inst == PRM_INSTANCE_UNKNOWN) in omap4_prminst_global_warm_sw_reset()
Dprminst44xx.h15 #define PRM_INSTANCE_UNKNOWN -1 macro