Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx6_anatop.c110 uint32_t temp_throttle_val; member
513 temp = sc->temp_throttle_val + TZ_ZEROC; in temp_throttle_sysctl_handler()
518 if (err != 0 || req->newptr == NULL || temp == sc->temp_throttle_val) in temp_throttle_sysctl_handler()
522 sc->temp_throttle_val = temp; in temp_throttle_sysctl_handler()
523 sc->temp_throttle_trigger_cnt = temp_to_count(sc, sc->temp_throttle_val); in temp_throttle_sysctl_handler()
524 sc->temp_throttle_reset_cnt = temp_to_count(sc, sc->temp_throttle_val - 100); in temp_throttle_sysctl_handler()
600 sc->temp_throttle_val = sc->temp_high_val - 100; in initialize_tempmon()
602 temp_to_count(sc, sc->temp_throttle_val); in initialize_tempmon()
604 temp_to_count(sc, sc->temp_throttle_val - 50); in initialize_tempmon()