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