Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ffec/
Dif_ffec.c143 struct ffec_softc { struct
189 static void ffec_init_locked(struct ffec_softc *sc); argument
190 static void ffec_stop_locked(struct ffec_softc *sc);
191 static void ffec_txstart_locked(struct ffec_softc *sc);
192 static void ffec_txfinish_locked(struct ffec_softc *sc);
195 RD2(struct ffec_softc *sc, bus_size_t off) in RD2()
202 WR2(struct ffec_softc *sc, bus_size_t off, uint16_t val) in WR2()
209 RD4(struct ffec_softc *sc, bus_size_t off) in RD4()
216 WR4(struct ffec_softc *sc, bus_size_t off, uint32_t val) in WR4()
223 next_rxidx(struct ffec_softc *sc, uint32_t curidx) in next_rxidx()
[all …]