Lines Matching full:cc
105 /* 24 least significant bits represent target CC value */ in absolute_time_to_cc()
231 * and properly adjusts CC values that are too near in the future to guarantee
235 * @param[in] chan A channel for which a new CC value is to be set.
237 * @param[in] req_cc Requested CC register value to be set.
239 * @param[in] exact Use @c false to allow CC adjustment if @c req_cc value is
241 * Use @c true to disallow CC adjustment. The function can
245 * @retval 0 The requested CC has been set successfully.
246 * @retval -EINVAL The requested CC value could not be reliably set.
258 * is N, a value of N+2 written to the CC register is guaranteed to in set_alarm()
260 * value can be missed when the previous CC value is N+1 and the write in set_alarm()
271 * event for the previous CC value before the new one takes effect in set_alarm()
284 /* Enable event routing after the required CC value was set. in set_alarm()
288 * of setting the CC register is acceptable (as mentioned above, in set_alarm()
295 /* Check if the CC register was successfully set to a value in set_alarm()
297 * If not, try again, adjusting the CC value accordingly. in set_alarm()
298 * Increase the CC value by a larger number of cycles in each in set_alarm()
309 * reached the requested CC value, the event in set_alarm()
310 * must come from the previously set CC value in set_alarm()
356 * Set CC value. in compare_set_nolocks()
496 /* The processing of channel can be caused by CC match in channel_processing_check_and_clear()
536 /* Because of the way set_alarm() sets the CC register, in process_channel()