Searched refs:DS1343_NVRAM_LEN (Results 1 – 1 of 1) sorted by relevance
51 #define DS1343_NVRAM_LEN 96 macro168 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,