Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
502
void
503
mtk_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_reset
Function · 0.85
Calls
1
mtk_sysctl_clr_set
Function · 0.85
Tested by
no test coverage detected