Home | History | Annotate | Download | only in mca

Lines Matching refs:lance_softc

87 static void	le_mca_wrcsr(struct lance_softc *, uint16_t, uint16_t);
88 static uint16_t le_mca_rdcsr(struct lance_softc *, uint16_t);
89 static void le_mca_hwreset(struct lance_softc *);
92 static void le_mca_copytobuf(struct lance_softc *, void *, int, int);
93 static void le_mca_copyfrombuf(struct lance_softc *, void *, int, int);
94 static void le_mca_zerobuf(struct lance_softc *, int, int);
132 struct lance_softc *sc = &lesc->sc_am7990.lsc;
318 le_mca_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val)
327 le_mca_rdcsr(struct lance_softc *sc, uint16_t port)
338 le_mca_hwreset(struct lance_softc *sc)
348 le_mca_copytobuf(struct lance_softc *sc, void *from, int boff, int len)
356 le_mca_copyfrombuf(struct lance_softc *sc, void *to, int boff, int len)
364 le_mca_zerobuf(struct lance_softc *sc, int boff, int len)