Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx6_anatop.c106 struct callout temp_throttle_callout; member
577 callout_reset_sbt(&sc->temp_throttle_callout, sc->temp_throttle_delay, in tempmon_throttle_check()
625 callout_init(&sc->temp_throttle_callout, 0); in initialize_tempmon()
626 callout_reset_sbt(&sc->temp_throttle_callout, sc->temp_throttle_delay, in initialize_tempmon()