Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/rtc/
Dds1685.h360 #define NVRAM_TOTAL_SZ_BANK0 (NVRAM_SZ_TIME + NVRAM_SZ_BANK0) macro
361 #define NVRAM_TOTAL_SZ (NVRAM_TOTAL_SZ_BANK0 + NVRAM_SZ_EXTND)
/Linux-v5.4/drivers/rtc/
Drtc-ds1685.c828 for (count = 0; size > 0 && pos < NVRAM_TOTAL_SZ_BANK0; in ds1685_nvram_read()
849 (pos - NVRAM_TOTAL_SZ_BANK0)); in ds1685_nvram_read()
859 (pos - NVRAM_TOTAL_SZ_BANK0)); in ds1685_nvram_read()
895 for (count = 0; size > 0 && pos < NVRAM_TOTAL_SZ_BANK0; in ds1685_nvram_write()
916 (pos - NVRAM_TOTAL_SZ_BANK0)); in ds1685_nvram_write()
926 (pos - NVRAM_TOTAL_SZ_BANK0)); in ds1685_nvram_write()