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

/freebsd-9.3-release/sys/dev/ie/
H A Dif_ievar.h19 struct ie_softc { struct
21 void (*ie_reset_586) (struct ie_softc *);
22 void (*ie_chan_attn) (struct ie_softc *);
86 void el_reset_586 (struct ie_softc *);
87 void el_chan_attn (struct ie_softc *);
89 void sl_reset_586 (struct ie_softc *);
90 void sl_chan_attn (struct ie_softc *);
92 void ee16_reset_586 (struct ie_softc *);
93 void ee16_chan_attn (struct ie_softc *);
94 void ee16_shutdown (struct ie_softc *);
[all...]
H A Dif_ie.c161 struct ie_softc;
164 static void ieinit_locked (struct ie_softc *);
165 static void ie_stop (struct ie_softc *);
171 ee16_interrupt_enable (struct ie_softc *);
172 static void ee16_eeprom_outbits (struct ie_softc *, int, int);
173 static void ee16_eeprom_clock (struct ie_softc *, int);
174 static u_short ee16_read_eeprom (struct ie_softc *, int);
175 static int ee16_eeprom_inbits (struct ie_softc *);
178 ie_ack (struct ie_softc *, u_int);
179 static void iereset (struct ie_softc *);
[all...]
H A Dif_ie_isa.c235 struct ie_softc * sc;
428 struct ie_softc * sc;
567 struct ie_softc * sc;
719 struct ie_softc * sc;
823 sizeof(struct ie_softc),
841 sizeof(struct ie_softc),
856 sizeof(struct ie_softc),

Completed in 99 milliseconds