mtkswitch_tick
mtkswitch_tick(sc);
callout_reset(&sc->callout_tick, hz, mtkswitch_tick, sc);
static void mtkswitch_tick(void *arg);