Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_anatop.c112 uint32_t temp_throttle_val; member
515 temp = sc->temp_throttle_val + TZ_ZEROC; in temp_throttle_sysctl_handler()
520 if (err != 0 || req->newptr == NULL || temp == sc->temp_throttle_val) in temp_throttle_sysctl_handler()
524 sc->temp_throttle_val = temp; in temp_throttle_sysctl_handler()
525 sc->temp_throttle_trigger_cnt = temp_to_count(sc, sc->temp_throttle_val); in temp_throttle_sysctl_handler()
526 sc->temp_throttle_reset_cnt = temp_to_count(sc, sc->temp_throttle_val - 100); in temp_throttle_sysctl_handler()
602 sc->temp_throttle_val = sc->temp_high_val - 100; in initialize_tempmon()
604 temp_to_count(sc, sc->temp_throttle_val); in initialize_tempmon()
606 temp_to_count(sc, sc->temp_throttle_val - 50); in initialize_tempmon()