Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Ddra752-thermal-data.c50 .threshold_thot_mask = DRA752_BANDGAP_THRESHOLD_HOT_MASK,
86 .threshold_thot_mask = DRA752_BANDGAP_THRESHOLD_HOT_MASK,
122 .threshold_thot_mask = DRA752_BANDGAP_THRESHOLD_HOT_MASK,
158 .threshold_thot_mask = DRA752_BANDGAP_THRESHOLD_HOT_MASK,
194 .threshold_thot_mask = DRA752_BANDGAP_THRESHOLD_HOT_MASK,
Domap5-thermal-data.c52 .threshold_thot_mask = OMAP5430_T_HOT_MASK,
97 .threshold_thot_mask = OMAP5430_T_HOT_MASK,
143 .threshold_thot_mask = OMAP5430_T_HOT_MASK,
Dti-bandgap.c444 t_hot = (thresh_val & tsr->threshold_thot_mask) >> in ti_bandgap_update_alert_threshold()
445 __ffs(tsr->threshold_thot_mask); in ti_bandgap_update_alert_threshold()
464 ~(tsr->threshold_thot_mask | tsr->threshold_tcold_mask); in ti_bandgap_update_alert_threshold()
465 reg_val |= (t_hot << __ffs(tsr->threshold_thot_mask)) | in ti_bandgap_update_alert_threshold()
632 mask = tsr->threshold_thot_mask; in _ti_bandgap_read_threshold()
1362 threshold_thot_mask, ts_data->t_hot); in ti_bandgap_probe()
Domap4-thermal-data.c118 .threshold_thot_mask = OMAP4460_T_HOT_MASK,
Dti-bandgap.h143 u32 threshold_thot_mask; member