Searched refs:siisoftc (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/pmax/ibus/
H A Dsiivar.h49 struct siisoftc { struct
72 void siiattach(struct siisoftc *);
H A Dsii_ds.c63 CFATTACH_DECL_NEW(sii_ds, sizeof(struct siisoftc),
91 struct siisoftc *sc = device_private(self);
H A Dsii.c135 static void sii_Reset(struct siisoftc *sc, int resetbus);
136 static void sii_StartCmd(struct siisoftc *sc, int target);
137 static void sii_CmdDone(struct siisoftc *sc, int target, int error);
138 static void sii_DoIntr(struct siisoftc *sc, u_int dstat);
139 static void sii_StateChg(struct siisoftc *sc, u_int cstat);
154 siiattach(struct siisoftc *sc)
208 struct siisoftc *sc;
273 struct siisoftc *sc = xxxsc;
294 sii_Reset(struct siisoftc* sc, int reset)
359 sii_StartCmd(struct siisoftc *s
[all...]

Completed in 105 milliseconds