Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c42 #define STAGE_COUNT 3 macro
45 static const long temp_map_gen1[THRESH_COUNT][STAGE_COUNT] = {
52 static const long temp_map_gen2_v1[THRESH_COUNT][STAGE_COUNT] = {
84 const long (*temp_map)[THRESH_COUNT][STAGE_COUNT];
119 stage > STAGE_COUNT) in qpnp_tm_decode_temp()
/openbmc/u-boot/cmd/
H A Dsf.c389 STAGE_COUNT, enumerator
392 static char *stage_name[STAGE_COUNT] = {
403 unsigned time_ms[STAGE_COUNT];
494 for (i = 0; i < STAGE_COUNT; i++) in spi_flash_test()