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

/freebsd-13-stable/sys/dev/ffec/
H A Dif_ffec.c151 struct ffec_softc { struct
206 static void ffec_init_locked(struct ffec_softc *sc);
207 static void ffec_stop_locked(struct ffec_softc *sc);
208 static void ffec_txstart_locked(struct ffec_softc *sc);
209 static void ffec_txfinish_locked(struct ffec_softc *sc);
212 RD2(struct ffec_softc *sc, bus_size_t off)
219 WR2(struct ffec_softc *sc, bus_size_t off, uint16_t val)
226 RD4(struct ffec_softc *sc, bus_size_t off)
233 WR4(struct ffec_softc *sc, bus_size_t off, uint32_t val)
240 next_rxidx(struct ffec_softc *s
[all...]

Completed in 102 milliseconds