Home
last modified time | relevance | path

Searched defs:siop_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dsiopvar.h118 struct siop_softc { struct
119 device_t sc_dev;
120 struct isr sc_isr;
121 void *sc_siop_si;
123 u_char sc_istat;
124 u_char sc_dstat;
126 u_char sc_sstat0;
128 u_char sc_sstat1;
130 u_short sc_sist;
132 u_long sc_intcode;
[all …]
/netbsd-src/sys/dev/ic/
H A Dsiopvar.h116 struct siop_softc { struct
131 void siop_attach(struct siop_softc *); argument