Searched refs:t_cold (Results 1 – 5 of 5) sorted by relevance
/drivers/thermal/ti-soc-thermal/ |
D | ti-bandgap.c | 212 u32 t_hot = 0, t_cold = 0, ctrl; in ti_bandgap_talert_irq_handler() local 224 t_cold = ctrl & tsr->status_cold_mask; in ti_bandgap_talert_irq_handler() 226 if (!t_cold && !t_hot) in ti_bandgap_talert_irq_handler() 238 } else if (t_cold) { in ti_bandgap_talert_irq_handler() 248 t_hot, t_cold); in ti_bandgap_talert_irq_handler() 391 u32 t_hot, u32 t_cold) in ti_bandgap_unmask_interrupts() argument 407 if (t_cold < temp) in ti_bandgap_unmask_interrupts() 435 u32 thresh_val, reg_val, t_hot, t_cold, ctrl; in ti_bandgap_update_alert_threshold() local 442 t_cold = (thresh_val & tsr->threshold_tcold_mask) >> in ti_bandgap_update_alert_threshold() 449 t_cold = val; in ti_bandgap_update_alert_threshold() [all …]
|
D | dra752-thermal-data.c | 217 .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,
|
D | omap5-thermal-data.c | 171 .t_cold = OMAP5430_MPU_T_COLD, 186 .t_cold = OMAP5430_GPU_T_COLD, 201 .t_cold = OMAP5430_CORE_T_COLD,
|
D | omap4-thermal-data.c | 140 .t_cold = OMAP4460_T_COLD,
|
D | ti-bandgap.h | 189 u32 t_cold; member
|