Home | History | Annotate | Download | only in ic

Lines Matching refs:dme_softc

76 struct dme_softc {
99 int (*sc_pkt_write)(struct dme_softc *, struct mbuf *);
100 int (*sc_pkt_read)(struct dme_softc *, struct mbuf **);
113 int dme_attach(struct dme_softc *, const uint8_t *);
114 int dme_detach(struct dme_softc *);
119 dme_read(struct dme_softc *sc, int reg)
126 dme_write(struct dme_softc *sc, int reg, uint8_t value)
133 dme_write2(struct dme_softc *sc, int reg, uint16_t value)
140 dme_write_c(struct dme_softc *sc, int reg, const uint8_t value[], uint count)
148 dme_read_c(struct dme_softc *sc, int reg, uint8_t *value, uint count)