Searched refs:ffec_softc (Results 1 – 1 of 1) sorted by relevance
143 struct ffec_softc { struct189 static void ffec_init_locked(struct ffec_softc *sc); argument190 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 …]