HomeSort by: relevance | last modified time | path
    Searched defs:tadc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2c/
mpl115a.c 86 static uint32_t mpl115a_calc(struct mpl115a_softc *sc, uint16_t padc, uint16_t tadc) ;
202 uint16_t padc, tadc; local in function:mpl115a_pressure
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)
245 fp_tadc = tadc >> 6;
mpl115a.c 86 static uint32_t mpl115a_calc(struct mpl115a_softc *sc, uint16_t padc, uint16_t tadc) ;
202 uint16_t padc, tadc; local in function:mpl115a_pressure
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)
245 fp_tadc = tadc >> 6;
mpl115a.c 86 static uint32_t mpl115a_calc(struct mpl115a_softc *sc, uint16_t padc, uint16_t tadc) ;
202 uint16_t padc, tadc; local in function:mpl115a_pressure
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)
245 fp_tadc = tadc >> 6;

Completed in 31 milliseconds