Searched refs:ds1307 (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/drivers/rtc/ |
D | rtc-ds1307.c | 170 struct ds1307 { struct 193 u8 (*do_trickle_setup)(struct ds1307 *, u32, argument 210 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1307_get_time() local 212 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_get_time() 215 if (ds1307->type == rx_8130) { in ds1307_get_time() 217 ret = regmap_read(ds1307->regmap, RX8130_REG_FLAG, ®flag); in ds1307_get_time() 230 ret = regmap_bulk_read(ds1307->regmap, chip->offset, regs, in ds1307_get_time() 240 if (ds1307->type == m41t0 && in ds1307_get_time() 247 switch (ds1307->type) { in ds1307_get_time() 260 ret = regmap_read(ds1307->regmap, DS1307_REG_CONTROL, &tmp); in ds1307_get_time() [all …]
|
D | Makefile | 54 obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o
|
D | Kconfig | 265 will be called rtc-ds1307. 268 bool "Century bit support for rtc-ds1307"
|
/Linux-v5.15/Documentation/devicetree/bindings/rtc/ |
D | rtc-ds1307.txt | 5 "dallas,ds1307",
|
/Linux-v5.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/ |
D | i2c.txt | 38 compatible = "dallas,ds1307";
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | imx6q-kp.dtsi | 194 ds1307: rtc@32 { label 195 compatible = "dallas,ds1307";
|
D | imx6q-tbs2910.dts | 162 rtc: ds1307@68 { 163 compatible = "dallas,ds1307";
|
D | imx6qdl-emcon.dtsi | 19 rtc0 = &ds1307; 321 ds1307: rtc@68 { label 322 compatible = "dallas,ds1307";
|
D | kirkwood-nas2big.dts | 97 compatible = "dallas,ds1307";
|
D | am335x-nano.dts | 230 compatible = "dallas,ds1307";
|
/Linux-v5.15/arch/powerpc/boot/dts/ |
D | tqm5200.dts | 161 compatible = "dallas,ds1307";
|
D | hotfoot.dts | 129 compatible = "dallas,ds1307";
|