Searched full:rv3032 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-rv3032.c | 3 * RTC driver for the Micro Crystal RV3032 117 static int rv3032_exit_eerd(struct rv3032_data *rv3032, u32 eerd) in rv3032_exit_eerd() argument 122 return regmap_update_bits(rv3032->regmap, RV3032_CTRL1, RV3032_CTRL1_EERD, 0); in rv3032_exit_eerd() 125 static int rv3032_enter_eerd(struct rv3032_data *rv3032, u32 *eerd) in rv3032_enter_eerd() argument 130 ret = regmap_read(rv3032->regmap, RV3032_CTRL1, &ctrl1); in rv3032_enter_eerd() 138 ret = regmap_update_bits(rv3032->regmap, RV3032_CTRL1, in rv3032_enter_eerd() 143 ret = regmap_read_poll_timeout(rv3032->regmap, RV3032_TLSB, status, in rv3032_enter_eerd() 147 rv3032_exit_eerd(rv3032, *eerd); in rv3032_enter_eerd() 155 static int rv3032_update_cfg(struct rv3032_data *rv3032, unsigned int reg, in rv3032_update_cfg() argument 161 ret = rv3032_enter_eerd(rv3032, &eerd); in rv3032_update_cfg() [all …]
|
| H A D | Makefile | 155 obj-$(CONFIG_RTC_DRV_RV3032) += rtc-rv3032.o
|
| H A D | Kconfig | 738 tristate "Micro Crystal RV3032" 742 RV3032. 745 will be called rtc-rv3032.
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | microcrystal,rv3032.yaml | 4 $id: http://devicetree.org/schemas/rtc/microcrystal,rv3032.yaml# 17 const: microcrystal,rv3032 57 compatible = "microcrystal,rv3032";
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp13xx-dhcor-som.dtsi | 23 rtc0 = &rv3032; 204 rv3032: rtc@51 { label 205 compatible = "microcrystal,rv3032";
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mp-dhcom-som.dtsi | 15 rtc0 = &rv3032; 415 rv3032: rtc@51 { label 416 compatible = "microcrystal,rv3032";
|