| 102 | } |
| 103 | |
| 104 | static int |
| 105 | mtk_clock_enable(device_t dev, int index) |
| 106 | { |
| 107 | |
| 108 | return mtk_clock_set(dev, index, CLOCK_ENABLE); |
| 109 | } |
| 110 | |
| 111 | static int |
| 112 | mtk_clock_disable(device_t dev, int index) |
nothing calls this directly
no test coverage detected