Searched refs:pcf85363 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/rtc/ |
H A D | rtc-pcf85363.c | 113 struct pcf85363 { struct 123 static int pcf85363_load_capacitance(struct pcf85363 *pcf85363, struct device_node *node) in pcf85363_load_capacitance() argument 132 dev_warn(&pcf85363->rtc->dev, "Unknown quartz-load-femtofarads value: %d. Assuming 7000", in pcf85363_load_capacitance() 145 return regmap_update_bits(pcf85363->regmap, CTRL_OSCILLATOR, in pcf85363_load_capacitance() 151 struct pcf85363 *pcf85363 = dev_get_drvdata(dev); in pcf85363_rtc_read_time() local 156 ret = regmap_bulk_read(pcf85363->regmap, DT_100THS, buf, len); in pcf85363_rtc_read_time() 180 struct pcf85363 *pcf85363 = dev_get_drvdata(dev); in pcf85363_rtc_set_time() local 197 ret = regmap_bulk_write(pcf85363->regmap, CTRL_STOP_EN, in pcf85363_rtc_set_time() 202 ret = regmap_bulk_write(pcf85363->regmap, DT_100THS, in pcf85363_rtc_set_time() 207 return regmap_write(pcf85363->regmap, CTRL_STOP_EN, 0); in pcf85363_rtc_set_time() [all …]
|
H A D | Makefile | 126 obj-$(CONFIG_RTC_DRV_PCF85363) += rtc-pcf85363.o
|
H A D | Kconfig | 479 will be called rtc-pcf85363. 481 The nvmem interface will be named pcf85363-#, where # is the
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mm-prt8mm.dts | 98 compatible = "nxp,pcf85363";
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |