| 109 | } |
| 110 | |
| 111 | static int |
| 112 | mtk_clock_disable(device_t dev, int index) |
| 113 | { |
| 114 | |
| 115 | return mtk_clock_set(dev, index, CLOCK_DISABLE); |
| 116 | } |
| 117 | |
| 118 | static int |
| 119 | mtk_clock_get_info(device_t dev, int index, struct fdt_clock_info *info) |
nothing calls this directly
no test coverage detected