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

/freebsd-11.0-release/sys/dev/wbwd/
H A Dwbwd.c100 struct wb_softc { struct
107 int (*ext_cfg_enter_f)(struct wb_softc *, u_short);
108 void (*ext_cfg_exit_f)(struct wb_softc *, u_short);
133 static int ext_cfg_enter_0x87_0x87(struct wb_softc *, u_short);
134 static void ext_cfg_exit_0xaa(struct wb_softc *, u_short);
138 int (*ext_cfg_enter_f)(struct wb_softc *, u_short);
139 void (*ext_cfg_exit_f)(struct wb_softc *, u_short);
256 write_efir_1(struct wb_softc *sc, u_short baseport, uint8_t value)
267 read_efir_1(struct wb_softc *sc, u_short baseport)
278 write_efdr_1(struct wb_softc *s
[all...]
/freebsd-11.0-release/sys/dev/wb/
H A Dif_wb.c147 static int wb_newbuf(struct wb_softc *, struct wb_chain_onefrag *,
149 static int wb_encap(struct wb_softc *, struct wb_chain *, struct mbuf *);
151 static void wb_rxeof(struct wb_softc *);
152 static void wb_rxeoc(struct wb_softc *);
153 static void wb_txeof(struct wb_softc *);
154 static void wb_txeoc(struct wb_softc *);
161 static void wb_init_locked(struct wb_softc *);
162 static void wb_stop(struct wb_softc *);
163 static void wb_watchdog(struct wb_softc *);
168 static void wb_eeprom_putbyte(struct wb_softc *, in
[all...]
H A Dif_wbreg.h347 struct wb_softc { struct

Completed in 56 milliseconds