Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-tps65910.c35 #define NUM_COMP_REGS (TPS65910_RTC_COMP_MSB - TPS65910_RTC_COMP_LSB + 1)
231 ret = regmap_bulk_write(tps->regmap, TPS65910_RTC_COMP_LSB, in tps65910_rtc_set_calibration()
265 ret = regmap_bulk_read(tps->regmap, TPS65910_RTC_COMP_LSB, comp_data, in tps65910_rtc_get_calibration()
/openbmc/linux/include/linux/mfd/
H A Dtps65910.h47 #define TPS65910_RTC_COMP_LSB 0x13 macro