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

Function mtk_clock_disable

freebsd/mips/mediatek/mtk_clock.c:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111static int
112mtk_clock_disable(device_t dev, int index)
113{
114
115 return mtk_clock_set(dev, index, CLOCK_DISABLE);
116}
117
118static int
119mtk_clock_get_info(device_t dev, int index, struct fdt_clock_info *info)

Callers

nothing calls this directly

Calls 1

mtk_clock_setFunction · 0.85

Tested by

no test coverage detected