Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Ddra752-thermal-data.c51 .threshold_tcold_mask = DRA752_BANDGAP_THRESHOLD_COLD_MASK,
87 .threshold_tcold_mask = DRA752_BANDGAP_THRESHOLD_COLD_MASK,
123 .threshold_tcold_mask = DRA752_BANDGAP_THRESHOLD_COLD_MASK,
159 .threshold_tcold_mask = DRA752_BANDGAP_THRESHOLD_COLD_MASK,
195 .threshold_tcold_mask = DRA752_BANDGAP_THRESHOLD_COLD_MASK,
Domap5-thermal-data.c53 .threshold_tcold_mask = OMAP5430_T_COLD_MASK,
98 .threshold_tcold_mask = OMAP5430_T_COLD_MASK,
144 .threshold_tcold_mask = OMAP5430_T_COLD_MASK,
Dti-bandgap.c442 t_cold = (thresh_val & tsr->threshold_tcold_mask) >> in ti_bandgap_update_alert_threshold()
443 __ffs(tsr->threshold_tcold_mask); in ti_bandgap_update_alert_threshold()
464 ~(tsr->threshold_thot_mask | tsr->threshold_tcold_mask); in ti_bandgap_update_alert_threshold()
466 (t_cold << __ffs(tsr->threshold_tcold_mask)); in ti_bandgap_update_alert_threshold()
634 mask = tsr->threshold_tcold_mask; in _ti_bandgap_read_threshold()
1360 threshold_tcold_mask, ts_data->t_cold); in ti_bandgap_probe()
Domap4-thermal-data.c119 .threshold_tcold_mask = OMAP4460_T_COLD_MASK,
Dti-bandgap.h144 u32 threshold_tcold_mask; member