STAGE_COUNT
static const long temp_dac_max[STAGE_COUNT] = {
const long (*temp_map)[THRESH_COUNT][STAGE_COUNT];
long temp_thresh_map[STAGE_COUNT];
if (stage == 0 || stage > STAGE_COUNT)
if (trip >= STAGE_COUNT) {
if (trip >= STAGE_COUNT) {
for (i = 1; i < STAGE_COUNT; i++) {
for (i = 0; i < STAGE_COUNT; i++) {
static const long temp_map_gen1[THRESH_COUNT][STAGE_COUNT] = {
static const long temp_map_gen2_v1[THRESH_COUNT][STAGE_COUNT] = {