Lines Matching refs:value
96 * often used as a value to program into registers that control how hardware
106 * host1x_syncpt_incr_max() - update the value sent to hardware
154 * Updates the cached syncpoint value by reading a new value from the hardware
178 * host1x_syncpt_incr() - increment syncpoint value from CPU, updating cache
199 * host1x_syncpt_wait() - wait for a syncpoint to reach a given value
202 * @timeout: maximum time to wait for the syncpoint to reach the given value
203 * @value: return location for the syncpoint value
206 u32 *value)
214 if (value)
215 *value = 0;
219 if (value)
220 *value = host1x_syncpt_load(sp);
228 if (value)
229 *value = val;
246 /* schedule a wakeup when the syncpoint value is reached */
267 if (value)
268 *value = host1x_syncpt_load(sp);
319 * c = current_val = min_val = the current value of the syncpoint.
320 * t = thresh = the value we are checking
321 * f = future_val = max_val = the value c will reach when all
468 * host1x_syncpt_read_max() - read maximum syncpoint value
471 * The maximum syncpoint value indicates how many operations there are in
483 * host1x_syncpt_read_min() - read minimum syncpoint value
486 * The minimum syncpoint value is a shadow of the current sync point value in
498 * host1x_syncpt_read() - read the current syncpoint value