/src/sys/arch/sun3/dev/ |
if_ievar.h | 56 struct ie_softc { struct 69 void (*reset_586)(struct ie_softc *); 70 void (*chan_attn)(struct ie_softc *); 71 void (*run_586) (struct ie_softc *); 127 extern void ie_attach(struct ie_softc *);
|
/src/sys/arch/mvme68k/stand/netboot/ |
if_ie.c | 104 } ie_softc; variable in typeref:struct:__anon6d46c1c50108 164 volatile struct iereg *ier = ie_softc.sc_reg; 165 struct iemem *iem = ie_softc.sc_mem; 292 volatile struct iereg *ier = ie_softc.sc_reg; 293 struct iemem *iem = ie_softc.sc_mem; 353 volatile struct iereg *ier = ie_softc.sc_reg; 354 struct iemem *iem = ie_softc.sc_mem; 422 memset(&ie_softc, 0, sizeof(ie_softc)); 423 ie_softc.sc_reg [all...] |
/src/sys/dev/ic/ |
i82586var.h | 133 * board memory bus handle. The `ie_softc' fields below that are marked 168 struct ie_softc { struct 186 void (*hwreset)(struct ie_softc *, int); 187 void (*hwinit)(struct ie_softc *); 188 void (*chan_attn)(struct ie_softc *, int); 189 int (*intrhook)(struct ie_softc *, int); 191 void (*memcopyin)(struct ie_softc *, void *, int, size_t); 192 void (*memcopyout)(struct ie_softc *, const void *, int, size_t); 193 u_int16_t (*ie_bus_read16)(struct ie_softc *, int); 194 void (*ie_bus_write16)(struct ie_softc *, int, u_int16_t) [all...] |
/src/sys/arch/acorn32/podulebus/ |
if_ie.c | 119 struct ie_softc { struct 151 static void host2ie( struct ie_softc *sc, void *src, u_long dest, int size ); 152 static void ie2host( struct ie_softc *sc, u_long src, void *dest, int size ); 153 static void iezero( struct ie_softc *sc, u_long p, int size ); 154 void iereset( struct ie_softc *sc ); 158 int iestop( struct ie_softc *sc ); 159 int ieinit( struct ie_softc *sc ); 161 void ietint( struct ie_softc *sc ); 164 static int command_and_wait( struct ie_softc *sc, u_short cmd, 171 static inline void ie_cli(struct ie_softc *); [all...] |