Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Dprm44xx.c168 if (inst == PRM_INSTANCE_UNKNOWN) in omap4_prm_vcvp_read()
179 if (inst == PRM_INSTANCE_UNKNOWN) in omap4_prm_vcvp_write()
190 if (inst == PRM_INSTANCE_UNKNOWN) in omap4_prm_vcvp_rmw()
306 if (inst == PRM_INSTANCE_UNKNOWN) in omap44xx_prm_reconfigure_io_chain()
351 if (inst == PRM_INSTANCE_UNKNOWN) in omap44xx_prm_enable_io_wakeup()
373 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