Home
last modified time | relevance | path

Searched refs:sableio_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/alpha/sableio/
H A Dsableio.c89 struct sableio_softc { struct
103 CFATTACH_DECL_NEW(sableio, sizeof(struct sableio_softc), argument
108 static struct sableio_softc *sableio_attached;
137 struct sableio_softc *sc = device_private(self); in sableio_attach()