Searched refs:RV3032_RAM1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-rv3032.c | 47 #define RV3032_RAM1 0x40 macro 427 return regmap_bulk_write(priv, RV3032_RAM1 + offset, val, bytes); in rv3032_nvram_write() 432 return regmap_bulk_read(priv, RV3032_RAM1 + offset, val, bytes); in rv3032_nvram_read()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-rv3032.c | 47 #define RV3032_RAM1 0x40 macro 489 return regmap_bulk_write(priv, RV3032_RAM1 + offset, val, bytes); in rv3032_nvram_write() 494 return regmap_bulk_read(priv, RV3032_RAM1 + offset, val, bytes); in rv3032_nvram_read()
|
Completed in 3 milliseconds