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

/freebsd-13-stable/sys/dev/usb/net/
H A Dif_cue.c122 static uint8_t cue_csr_read_1(struct cue_softc *, uint16_t);
123 static uint16_t cue_csr_read_2(struct cue_softc *, uint8_t);
124 static int cue_csr_write_1(struct cue_softc *, uint16_t, uint16_t);
125 static int cue_mem(struct cue_softc *, uint8_t, uint16_t, void *, int);
126 static int cue_getmac(struct cue_softc *, void *);
128 static void cue_reset(struct cue_softc *);
172 .size = sizeof(struct cue_softc),
201 cue_csr_read_1(struct cue_softc *sc, uint16_t reg)
219 cue_csr_read_2(struct cue_softc *sc, uint8_t reg)
235 cue_csr_write_1(struct cue_softc *s
[all...]
H A Dif_cuereg.h123 struct cue_softc { struct

Completed in 92 milliseconds