bmx280.c | 765 int rlen, rtstart, rpstart, rhstart; local in function:bmx280_read_data 777 rtstart = 0; 787 rtstart = 3; 793 device_xname(sc->sc_dev), reg, rlen, rtstart, rpstart)); 809 x_temp = raw_press_temp_hum[rtstart] << 12; 810 x_temp = x_temp | (raw_press_temp_hum[rtstart + 1] << 4); 811 x_temp = x_temp | (raw_press_temp_hum[rtstart + 2] >> 4);
|