Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/dev/
H A Ddcm.c239 struct dcm_softc { struct
273 static void dcmpint(struct dcm_softc *, int, int); argument
274 static void dcmrint(struct dcm_softc *);
275 static void dcmreadbuf(struct dcm_softc *, int);
276 static void dcmxint(struct dcm_softc *, int);
277 static void dcmmint(struct dcm_softc *, int, int);
285 static int dcmselftest(struct dcm_softc *);
295 CFATTACH_DECL_NEW(dcm, sizeof(struct dcm_softc),
360 struct dcm_softc *sc = device_private(self); in dcmattach()
488 struct dcm_softc *sc; in dcmopen()
[all …]