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

/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c106 struct callout temp_throttle_callout; member in struct:imx6_anatop_softc
575 callout_reset_sbt(&sc->temp_throttle_callout, sc->temp_throttle_delay,
623 callout_init(&sc->temp_throttle_callout, 0);
624 callout_reset_sbt(&sc->temp_throttle_callout, sc->temp_throttle_delay,

Completed in 138 milliseconds