Home
last modified time | relevance | path

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

/src/sys/dev/ffec/
H A Dif_ffec.c150 struct ffec_softc { struct
205 static void ffec_init_locked(struct ffec_softc *sc); argument
206 static void ffec_stop_locked(struct ffec_softc *sc);
207 static void ffec_txstart_locked(struct ffec_softc *sc);
208 static void ffec_txfinish_locked(struct ffec_softc *sc);
211 RD2(struct ffec_softc *sc, bus_size_t off) in RD2()
218 WR2(struct ffec_softc *sc, bus_size_t off, uint16_t val) in WR2()
225 RD4(struct ffec_softc *sc, bus_size_t off) in RD4()
232 WR4(struct ffec_softc *sc, bus_size_t off, uint32_t val) in WR4()
239 next_rxidx(struct ffec_softc *sc, uint32_t curidx) in next_rxidx()
[all …]