Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-rv3029c2.c34 #define RV3029_IRQ_CTRL 0x01 macro
275 ret = regmap_read(rv3029->regmap, RV3029_IRQ_CTRL, &controls); in rv3029_handle_irq()
298 regmap_write(rv3029->regmap, RV3029_IRQ_CTRL, controls); in rv3029_handle_irq()
361 ret = regmap_read(rv3029->regmap, RV3029_IRQ_CTRL, &controls); in rv3029_read_alarm()
387 return regmap_update_bits(rv3029->regmap, RV3029_IRQ_CTRL, in rv3029_alarm_irq_enable()
/openbmc/u-boot/drivers/rtc/
H A Drv3029.c28 #define RV3029_IRQ_CTRL 0x01 macro