Searched refs:threshold_tcold_mask (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | dra752-thermal-data.c | 51 .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,
|
D | omap5-thermal-data.c | 53 .threshold_tcold_mask = OMAP5430_T_COLD_MASK, 98 .threshold_tcold_mask = OMAP5430_T_COLD_MASK, 144 .threshold_tcold_mask = OMAP5430_T_COLD_MASK,
|
D | ti-bandgap.c | 442 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()
|
D | omap4-thermal-data.c | 119 .threshold_tcold_mask = OMAP4460_T_COLD_MASK,
|
D | ti-bandgap.h | 144 u32 threshold_tcold_mask; member
|