Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sun3/dev/
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/
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/
Dif_ie.c119 struct ie_softc { struct
120 device_t sc_dev;
121 int sc_podule_number;
122 podule_t *sc_podule;
123 irqhandler_t sc_ih;
124 int sc_flags;
126 int sc_iobase;
127 int sc_fastbase;
151 static void host2ie( struct ie_softc *sc, void *src, u_long dest, int size ); argument
/netbsd/src/sys/arch/mvme68k/stand/netboot/
Dif_ie.c104 } ie_softc; variable