at91st_softc
CFATTACH_DECL_NEW(at91st, sizeof(struct at91st_softc), at91st_match, at91st_attach, NULL, NULL);
struct at91st_softc *sc = device_private(self);
struct at91st_softc *sc = at91st_sc;
static struct at91st_softc *at91st_sc = NULL;