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

/netbsd-current/sys/dev/usb/
H A Dumcs.c106 static int umcs7840_get_reg(struct umcs7840_softc *, uint8_t, uint8_t *);
229 error = umcs7840_get_reg(sc, MCS7840_DEV_REG_GPIO, &data);
246 if (!umcs7840_get_reg(sc, MCS7840_DEV_REG_MODE, &data)) {
355 umcs7840_get_reg(struct umcs7840_softc *sc, uint8_t reg, uint8_t *data) function
462 err = umcs7840_get_reg(sc, spreg, &data);
741 if (umcs7840_get_reg(sc, MCS7840_DEV_REG_CONTROL1, &data))
750 if (umcs7840_get_reg(sc, spreg, &data))
765 if (umcs7840_get_reg(sc, ctrlreg, &data))
801 if (umcs7840_get_reg(sc, spreg, &data))
829 if (umcs7840_get_reg(s
[all...]

Completed in 115 milliseconds