Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/rtc/
H A Dds1685.h357 #define NVRAM_TOTAL_SZ_BANK0 (NVRAM_SZ_TIME + NVRAM_SZ_BANK0) macro
358 #define NVRAM_TOTAL_SZ (NVRAM_TOTAL_SZ_BANK0 + NVRAM_SZ_EXTND)
/openbmc/linux/drivers/rtc/
H A Drtc-ds1685.c856 for (count = 0; size > 0 && pos < NVRAM_TOTAL_SZ_BANK0; in ds1685_nvram_read()
877 (pos - NVRAM_TOTAL_SZ_BANK0)); in ds1685_nvram_read()
887 (pos - NVRAM_TOTAL_SZ_BANK0)); in ds1685_nvram_read()
923 for (count = 0; size > 0 && pos < NVRAM_TOTAL_SZ_BANK0; in ds1685_nvram_write()
944 (pos - NVRAM_TOTAL_SZ_BANK0)); in ds1685_nvram_write()
954 (pos - NVRAM_TOTAL_SZ_BANK0)); in ds1685_nvram_write()