cpi_wakeup
static void cpi_wakeup(void *);
cpi_wakeup(sc);
callout_reset(&sc->sc_wakeupchan, hz, cpi_wakeup, sc);