Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/
H A Dexynos-tmu.c97 static struct tmu_info gbl_info; variable
142 struct tmu_data *data = &gbl_info.data; in tmu_monitor()
144 if (gbl_info.tmu_state == TMU_STATUS_INIT) in tmu_monitor()
148 cur_temp = get_cur_temp(&gbl_info); in tmu_monitor()
169 gbl_info.tmu_state = TMU_STATUS_INIT; in tmu_monitor()
338 gbl_info.tmu_state = TMU_STATUS_INIT; in tmu_init()
339 if (get_tmu_fdt_values(&gbl_info, blob) < 0) in tmu_init()
342 tmu_setup_parameters(&gbl_info); in tmu_init()
343 gbl_info.tmu_state = TMU_STATUS_NORMAL; in tmu_init()
345 return gbl_info.tmu_state; in tmu_init()