예제 #1
0
파일: sys.c 프로젝트: armfun/boot-hix5hd2
void hieth_sys_init(void)
{
	hieth_funsel_config();
	hieth_sys_allstop();
	hieth_reset(0);
	hieth_clk_ena();
	udelay(10000);
	hieth_phy_reset();
}
예제 #2
0
파일: sys.c 프로젝트: Hi-Spy/hi_u-boot
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
static void hieth_phy_resume(void)
{
	/* FIXME: phy power up */
	hieth_phy_reset();
}