Lines Matching refs:sync
283 /* If we don't know the chip just got reset, then sync everything. */
318 dev_err(map->dev, "Unable to sync register %#x. %d\n",
376 if (map->cache_ops->sync)
377 ret = map->cache_ops->sync(map, 0, map->max_register);
402 * @map: map to sync.
403 * @min: first register to sync
404 * @max: last register to sync
438 if (map->cache_ops->sync)
439 ret = map->cache_ops->sync(map, min, max);
699 dev_err(map->dev, "Unable to sync register %#x. %d\n",
728 dev_err(map->dev, "Unable to sync registers %#x-%#x. %d\n",