Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-bandgap.c214 u32 t_hot = 0, t_cold = 0, ctrl; in ti_bandgap_talert_irq_handler() local
226 t_cold = ctrl & tsr->status_cold_mask; in ti_bandgap_talert_irq_handler()
228 if (!t_cold && !t_hot) in ti_bandgap_talert_irq_handler()
240 } else if (t_cold) { in ti_bandgap_talert_irq_handler()
250 t_hot, t_cold); in ti_bandgap_talert_irq_handler()
404 u32 t_hot, u32 t_cold) in ti_bandgap_unmask_interrupts() argument
420 if (t_cold < temp) in ti_bandgap_unmask_interrupts()
448 u32 thresh_val, reg_val, t_hot, t_cold, ctrl; in ti_bandgap_update_alert_threshold() local
455 t_cold = (thresh_val & tsr->threshold_tcold_mask) >> in ti_bandgap_update_alert_threshold()
462 t_cold = val; in ti_bandgap_update_alert_threshold()
[all …]
Ddra752-thermal-data.c217 .t_cold = DRA752_MPU_T_COLD,
232 .t_cold = DRA752_GPU_T_COLD,
247 .t_cold = DRA752_CORE_T_COLD,
262 .t_cold = DRA752_DSPEVE_T_COLD,
277 .t_cold = DRA752_IVA_T_COLD,
Domap5-thermal-data.c171 .t_cold = OMAP5430_MPU_T_COLD,
186 .t_cold = OMAP5430_GPU_T_COLD,
201 .t_cold = OMAP5430_CORE_T_COLD,
Domap4-thermal-data.c139 .t_cold = OMAP4460_T_COLD,
Dti-bandgap.h189 u32 t_cold; member