Lines Matching refs:sync
290 /* If we don't know the chip just got reset, then sync everything. */
327 dev_err(map->dev, "Unable to sync register %#x. %d\n",
389 if (map->cache_ops->sync)
390 ret = map->cache_ops->sync(map, 0, map->max_register);
405 * have gone out of sync, force writes of all the paging
412 /* If there's nothing in the cache there's nothing to sync */
437 * @map: map to sync.
438 * @min: first register to sync
439 * @max: last register to sync
473 if (map->cache_ops->sync)
474 ret = map->cache_ops->sync(map, min, max);
728 dev_err(map->dev, "Unable to sync register %#x. %d\n",
780 dev_err(map->dev, "Unable to sync registers %#x-%#x. %d\n",