Searched refs:cue_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/usb/net/
H A Dif_cue.c116 static uint8_t cue_csr_read_1(struct cue_softc *, uint16_t);
117 static uint16_t cue_csr_read_2(struct cue_softc *, uint8_t);
118 static int cue_csr_write_1(struct cue_softc *, uint16_t, uint16_t);
119 static int cue_mem(struct cue_softc *, uint8_t, uint16_t, void *, int);
120 static int cue_getmac(struct cue_softc *, void *);
122 static void cue_reset(struct cue_softc *);
166 .size = sizeof(struct cue_softc),
194 cue_csr_read_1(struct cue_softc *sc, uint16_t reg)
212 cue_csr_read_2(struct cue_softc *sc, uint8_t reg)
228 cue_csr_write_1(struct cue_softc *s
[all...]
H A Dif_cuereg.h121 struct cue_softc { struct

Completed in 100 milliseconds