Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Drv3029.c46 #define RV3029_RST_CTRL 0x04 macro
153 ret = dm_i2c_write(dev, RV3029_RST_CTRL, &ctrl, 1); in rv3029_rtc_reset()
163 ret = dm_i2c_read(dev, RV3029_RST_CTRL, &ctrl, 1); in rv3029_rtc_reset()
/openbmc/linux/drivers/rtc/
H A Drtc-rv3029c2.c52 #define RV3029_RST_CTRL 0x04 macro