Searched refs:TEMP_CALIBRATE_STATIC_COUNT (Results 1 – 2 of 2) sorted by relevance
16 #define TEMP_CALIBRATE_STATIC_COUNT 12 macro43 static short temp_x[TEMP_CALIBRATE_STATIC_COUNT]; in da228e_temp_calibrate_detect_static()44 static short temp_y[TEMP_CALIBRATE_STATIC_COUNT]; in da228e_temp_calibrate_detect_static()45 static short temp_z[TEMP_CALIBRATE_STATIC_COUNT]; in da228e_temp_calibrate_detect_static()57 for (i = 1; i < TEMP_CALIBRATE_STATIC_COUNT; i++) { in da228e_temp_calibrate_detect_static()68 for (i = 0; i < TEMP_CALIBRATE_STATIC_COUNT; i++) { in da228e_temp_calibrate_detect_static()69 if (i == TEMP_CALIBRATE_STATIC_COUNT - 1) { in da228e_temp_calibrate_detect_static()88 if (count_static > TEMP_CALIBRATE_STATIC_COUNT) { in da228e_temp_calibrate_detect_static()89 count_static = TEMP_CALIBRATE_STATIC_COUNT; in da228e_temp_calibrate_detect_static()
20 #define TEMP_CALIBRATE_STATIC_COUNT 12 macro46 static short temp_x[TEMP_CALIBRATE_STATIC_COUNT]; in da215s_temp_calibrate_detect_static()47 static short temp_y[TEMP_CALIBRATE_STATIC_COUNT]; in da215s_temp_calibrate_detect_static()48 static short temp_z[TEMP_CALIBRATE_STATIC_COUNT]; in da215s_temp_calibrate_detect_static()60 for (i = 1; i < TEMP_CALIBRATE_STATIC_COUNT; i++) { in da215s_temp_calibrate_detect_static()71 for (i = 0; i < TEMP_CALIBRATE_STATIC_COUNT; i++) { in da215s_temp_calibrate_detect_static()72 if (i == (TEMP_CALIBRATE_STATIC_COUNT-1)) { in da215s_temp_calibrate_detect_static()91 if (count_static > TEMP_CALIBRATE_STATIC_COUNT) { in da215s_temp_calibrate_detect_static()92 count_static = TEMP_CALIBRATE_STATIC_COUNT; in da215s_temp_calibrate_detect_static()