Searched refs:RV3028_RAM1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-rv3028.c | 39 #define RV3028_RAM1 0x1F macro 540 return regmap_bulk_write(priv, RV3028_RAM1 + offset, val, bytes); in rv3028_nvram_write() 546 return regmap_bulk_read(priv, RV3028_RAM1 + offset, val, bytes); in rv3028_nvram_read()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-rv3028.c | 40 #define RV3028_RAM1 0x1F macro 606 return regmap_bulk_write(priv, RV3028_RAM1 + offset, val, bytes); in rv3028_nvram_write() 612 return regmap_bulk_read(priv, RV3028_RAM1 + offset, val, bytes); in rv3028_nvram_read()
|
Completed in 3 milliseconds