Lines Matching full:compare

165      * The compare timer only has to run if the timer peripheral is active  in imx_epit_update_compare_timer()
171 * Calculate next timeout for compare timer. Reading the reload in imx_epit_update_compare_timer()
178 * The compare timer is a periodic timer if the limit is at least in imx_epit_update_compare_timer()
179 * the compare value. Otherwise it may fire at most once in the in imx_epit_update_compare_timer()
184 /* The compare timer fires in the current round. */ in imx_epit_update_compare_timer()
188 * The compare timer fires after a reload, as it is below the in imx_epit_update_compare_timer()
189 * compare value already in this round. Note that the counter in imx_epit_update_compare_timer()
191 * is legal here because the compare timer is an internal in imx_epit_update_compare_timer()
197 * The compare timer won't fire in this round, and the limit is in imx_epit_update_compare_timer()
198 * set to a value below the compare value. This practically means in imx_epit_update_compare_timer()
206 * Set the compare timer and let it run, or stop it. This is agnostic in imx_epit_update_compare_timer()
208 * compare timer needs to run even if no interrupts are to be generated, in imx_epit_update_compare_timer()
263 * The compare timer will be updated later. in imx_epit_write_cr()
272 /* Update compare timer based on the committed reload timer value. */ in imx_epit_write_cr()
311 /* Update the compare timer based on the committed reload timer value. */ in imx_epit_write_lr()
320 /* Update the compare timer based on the committed reload timer value. */ in imx_epit_write_cmp()
418 * The compare timer is running only when the peripheral configuration is in imx_epit_realize()
419 * in a state that will generate compare interrupts. in imx_epit_realize()