Home
last modified time | relevance | path

Searched refs:STAGE_COUNT (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c58 #define STAGE_COUNT 3 macro
67 static const long temp_map_gen1[THRESH_COUNT][STAGE_COUNT] = {
74 static const long temp_map_gen2_v1[THRESH_COUNT][STAGE_COUNT] = {
103 static const long temp_dac_max[STAGE_COUNT] = {
127 const long (*temp_map)[THRESH_COUNT][STAGE_COUNT];
147 long temp_thresh_map[STAGE_COUNT];
183 if (stage == 0 || stage > STAGE_COUNT) in qpnp_tm_decode_temp()
385 if (trip >= STAGE_COUNT) { in qpnp_tm_gen2_rev2_set_temp_thresh()
435 if (trip >= STAGE_COUNT) { in qpnp_tm_lite_set_temp_thresh()
584 for (i = 1; i < STAGE_COUNT; i++) { in qpnp_tm_gen2_rev2_configure_trip_temps()
[all …]