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

/netbsd-current/sys/dev/i2c/
H A Dmpl115a.c86 static uint32_t mpl115a_calc(struct mpl115a_softc *sc, uint16_t padc, uint16_t tadc) ;
202 uint16_t padc, tadc; local
214 tadc = mpl115a_make_coeff(mpl115a_reg_read_1(sc, MPL115A_TADC_MSB),
218 aprint_normal_dev(sc->sc_dev, "padc %x, tadc %x\n", padc, tadc);
221 rv = mpl115a_calc(sc, padc, tadc);
232 mpl115a_calc(struct mpl115a_softc *sc, uint16_t padc, uint16_t tadc) argument
245 fp_tadc = tadc >> 6;

Completed in 404 milliseconds