MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mtk_soc_reset

Function mtk_soc_reset

freebsd/mips/mediatek/mtk_soc.c:502–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void
503mtk_soc_reset(void)
504{
505
506 mtk_sysctl_clr_set(SYSCTL_RSTCTRL, 0, 1);
507 mtk_sysctl_clr_set(SYSCTL_RSTCTRL, 1, 0);
508}

Callers 1

platform_resetFunction · 0.85

Calls 1

mtk_sysctl_clr_setFunction · 0.85

Tested by

no test coverage detected