Home
last modified time | relevance | path

Searched refs:ds1343 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/rtc/
H A Drtc-ds1343.c129 struct ds1343_priv *ds1343 = priv; in ds1343_nvram_write() local
131 return regmap_bulk_write(ds1343->map, DS1343_NVRAM + off, val, bytes); in ds1343_nvram_write()
137 struct ds1343_priv *ds1343 = priv; in ds1343_nvram_read() local
139 return regmap_bulk_read(ds1343->map, DS1343_NVRAM + off, val, bytes); in ds1343_nvram_read()
H A DMakefile54 obj-$(CONFIG_RTC_DRV_DS1343) += rtc-ds1343.o
H A DKconfig773 will be called rtc-ds1343.