Exemplo n.º 1
0
void omap3_sram_restore_context(void)
{
	omap_sram_reset();

	_omap3_sram_configure_core_dpll =
		omap_sram_push(omap3_sram_configure_core_dpll,
			       omap3_sram_configure_core_dpll_sz);
	omap_push_sram_idle();
}
Exemplo n.º 2
0
void omap3_sram_restore_context(void)
{
	omap_sram_reset();

	omap_push_sram_idle();
}