Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/rtc/
Drtc-ds1343.c51 #define DS1343_NVRAM_LEN 96 macro
168 if ((count + off) > DS1343_NVRAM_LEN) in ds1343_nvram_write()
169 count = DS1343_NVRAM_LEN - off; in ds1343_nvram_write()
193 if ((count + off) > DS1343_NVRAM_LEN) in ds1343_nvram_read()
194 count = DS1343_NVRAM_LEN - off; in ds1343_nvram_read()
211 .size = DS1343_NVRAM_LEN,