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

  /src/sys/dev/ic/
bmx280.c 765 int rlen, rtstart, rpstart, rhstart; local in function:bmx280_read_data
778 rpstart = 0;
788 rpstart = 0;
793 device_xname(sc->sc_dev), reg, rlen, rtstart, rpstart));
822 x_press = raw_press_temp_hum[rpstart] << 12;
823 x_press = x_press | (raw_press_temp_hum[rpstart + 1] << 4);
824 x_press = x_press | (raw_press_temp_hum[rpstart + 2] >> 4);
bmx280.c 765 int rlen, rtstart, rpstart, rhstart; local in function:bmx280_read_data
778 rpstart = 0;
788 rpstart = 0;
793 device_xname(sc->sc_dev), reg, rlen, rtstart, rpstart));
822 x_press = raw_press_temp_hum[rpstart] << 12;
823 x_press = x_press | (raw_press_temp_hum[rpstart + 1] << 4);
824 x_press = x_press | (raw_press_temp_hum[rpstart + 2] >> 4);

Completed in 49 milliseconds