Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_system_monitor.h118 unsigned long high_temp_max_volt; member
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c544 if (opp->supplies[0].u_volt <= info->high_temp_max_volt) { in rockchip_init_temp_opp_table()
547 if (opp->supplies[0].u_volt == info->high_temp_max_volt) in rockchip_init_temp_opp_table()
576 if (opp->supplies[1].u_volt <= info->high_temp_max_volt) { in rockchip_init_temp_opp_table()
579 if (opp->supplies[1].u_volt == info->high_temp_max_volt) in rockchip_init_temp_opp_table()
650 info->high_temp_max_volt = ULONG_MAX; in monitor_device_parse_wide_temp_config()
652 info->high_temp_max_volt = value; in monitor_device_parse_wide_temp_config()