ds1343            155 drivers/rtc/rtc-ds1343.c 	struct ds1343_priv *ds1343 = priv;
ds1343            157 drivers/rtc/rtc-ds1343.c 	return regmap_bulk_write(ds1343->map, DS1343_NVRAM + off, val, bytes);
ds1343            163 drivers/rtc/rtc-ds1343.c 	struct ds1343_priv *ds1343 = priv;
ds1343            165 drivers/rtc/rtc-ds1343.c 	return regmap_bulk_read(ds1343->map, DS1343_NVRAM + off, val, bytes);