mv_timer_softc
static struct mv_timer_softc *timer_softc = NULL;
struct mv_timer_softc *sc;
sc = (struct mv_timer_softc *)device_get_softc(dev);
struct mv_timer_softc *sc;
sc = (struct mv_timer_softc *)arg;
sizeof(struct mv_timer_softc),
struct mv_timer_softc *sc;
sc = (struct mv_timer_softc *)et->et_priv;