Home
last modified time | relevance | path

Searched defs:ie_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/sun3/dev/
H A Dif_ievar.h56 struct ie_softc { struct
69 void (*reset_586)(struct ie_softc *); argument
70 void (*chan_attn)(struct ie_softc *); argument
71 void (*run_586) (struct ie_softc *); argument
72 void *(*sc_memcpy)(void *, const void *, size_t);
73 void *(*sc_memset)(void *, int, size_t);
75 void *sc_iobase; /* KVA of base of 24bit addr space */
76 void *sc_maddr; /* KVA of base of chip's RAM */
77 u_int sc_msize; /* how much RAM we have/use */
78 void *sc_reg; /* KVA of card's register */
[all …]
/netbsd-src/sys/dev/ic/
H A Di82586var.h168 struct ie_softc { struct
186 void (*hwreset)(struct ie_softc *, int); argument
187 void (*hwinit)(struct ie_softc *); argument
188 void (*chan_attn)(struct ie_softc *, int); argument
189 int (*intrhook)(struct ie_softc *, int); argument
191 void (*memcopyin)(struct ie_softc *, void *, int, size_t); argument
192 void (*memcopyout)(struct ie_softc *, const void *, int, size_t); argument
193 u_int16_t (*ie_bus_read16)(struct ie_softc *, int); argument
194 void (*ie_bus_write16)(struct ie_softc *, int, u_int16_t); argument
195 void (*ie_bus_write24)(struct ie_softc *, int, int); argument
[all …]
/netbsd-src/sys/arch/acorn32/podulebus/
H A Dif_ie.c119 struct ie_softc { struct
151 static void host2ie( struct ie_softc *sc, void *src, u_long dest, int size ); argument
120 sc_devie_softc global() argument
121 sc_podule_numberie_softc global() argument
122 sc_poduleie_softc global() argument
123 sc_ihie_softc global() argument
124 sc_flagsie_softc global() argument
126 sc_iobaseie_softc global() argument
127 sc_fastbaseie_softc global() argument
[all...]
/netbsd-src/sys/arch/mvme68k/stand/netboot/
H A Dif_ie.c104 } ie_softc; variable