Searched refs:RV3029_RAM_PAGE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-rv3029c2.c | 112 #define RV3029_RAM_PAGE 0x38 macro 478 return regmap_bulk_write(priv, RV3029_RAM_PAGE + offset, val, bytes); in rv3029_nvram_write() 484 return regmap_bulk_read(priv, RV3029_RAM_PAGE + offset, val, bytes); in rv3029_nvram_read()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-rv3029c2.c | 113 #define RV3029_RAM_PAGE 0x38 macro 478 return regmap_bulk_write(priv, RV3029_RAM_PAGE + offset, val, bytes); in rv3029_nvram_write() 484 return regmap_bulk_read(priv, RV3029_RAM_PAGE + offset, val, bytes); in rv3029_nvram_read()
|
Completed in 4 milliseconds