Пример #1
0
void hieth_sys_init(void)
{
	hieth_funsel_config();
	hieth_sys_allstop();
	hieth_reset(0);
	hieth_clk_ena();
	udelay(10000);
	hieth_phy_reset();
}
Пример #2
0
void hieth_sys_init(void)
{
	hieth_funsel_config();
	hieth_sys_allstop();
	hieth_phy_reset();
	hieth_clk_ena();
	hieth_reset(0);
	revise_led_shine();
}
Пример #3
0
void hieth_sys_exit(void)
{
	hieth_funsel_restore();
	hieth_sys_allstop();
}