HomeSort by: relevance | last modified time | path
    Searched defs:padc (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
209 padc = mpl115a_make_coeff(mpl115a_reg_read_1(sc, MPL115A_PADC_MSB),
211 padc = mpl115a_make_coeff(mpl115a_reg_read_1(sc, MPL115A_PADC_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)
244 fp_padc = padc >> 6;
  /src/sys/arch/amiga/amiga/
cia.h 50 volatile unsigned char sdr; char padc[0xff]; member in struct:CIA
  /src/sys/arch/x68k/x68k/
iodevice.h 152 char padc; unsigned char year10; member in struct:rtc::__anon37645f060108
171 char padc; unsigned char unused2; member in struct:rtc::__anon37645f060208

Completed in 83 milliseconds