Searched refs:RX8130_REG_EXTENSION (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/rtc/ |
D | rtc-ds1307.c | 121 #define RX8130_REG_EXTENSION 0x1c macro 569 ret = regmap_bulk_read(ds1307->regmap, RX8130_REG_EXTENSION, ctl, in rx8130_irq() 578 ret = regmap_bulk_write(ds1307->regmap, RX8130_REG_EXTENSION, ctl, in rx8130_irq() 604 ret = regmap_bulk_read(ds1307->regmap, RX8130_REG_EXTENSION, ctl, in rx8130_read_alarm() 643 ret = regmap_bulk_read(ds1307->regmap, RX8130_REG_EXTENSION, ctl, in rx8130_set_alarm() 652 ret = regmap_bulk_write(ds1307->regmap, RX8130_REG_EXTENSION, ctl, in rx8130_set_alarm()
|