umcs.c | 106 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 in typeref:typename:int 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(sc, ctrlreg, &data) [all...] |