Home
last modified time | relevance | path

Searched refs:thresh_shift (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/thermal/
H A Darmada_thermal.c95 unsigned int thresh_shift; member
502 ctrl1 &= ~(data->temp_mask << data->thresh_shift); in armada_set_overheat_thresholds()
503 ctrl1 |= threshold << data->thresh_shift; in armada_set_overheat_thresholds()
621 .thresh_shift = 3,
645 .thresh_shift = 3,
669 .thresh_shift = 16,
/kernel/linux/linux-5.10/drivers/thermal/
H A Darmada_thermal.c97 unsigned int thresh_shift; member
510 ctrl1 &= ~(data->temp_mask << data->thresh_shift); in armada_set_overheat_thresholds()
511 ctrl1 |= threshold << data->thresh_shift; in armada_set_overheat_thresholds()
629 .thresh_shift = 3,
653 .thresh_shift = 16,

Completed in 4 milliseconds