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

Function mtk_clock_enable

freebsd/mips/mediatek/mtk_clock.c:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static int
105mtk_clock_enable(device_t dev, int index)
106{
107
108 return mtk_clock_set(dev, index, CLOCK_ENABLE);
109}
110
111static int
112mtk_clock_disable(device_t dev, int index)

Callers

nothing calls this directly

Calls 1

mtk_clock_setFunction · 0.85

Tested by

no test coverage detected