Home
last modified time | relevance | path

Searched refs:vrtc (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/drivers/rtc/
H A Drtc-meson-vrtc.c46 vrtc->alarm_time = 0; in meson_vrtc_set_alarm()
55 vrtc->enabled = enabled; in meson_vrtc_alarm_irq_enable()
67 struct meson_vrtc_data *vrtc; in meson_vrtc_probe() local
69 vrtc = devm_kzalloc(&pdev->dev, sizeof(*vrtc), GFP_KERNEL); in meson_vrtc_probe()
70 if (!vrtc) in meson_vrtc_probe()
74 if (IS_ERR(vrtc->io_alarm)) in meson_vrtc_probe()
75 return PTR_ERR(vrtc->io_alarm); in meson_vrtc_probe()
82 if (IS_ERR(vrtc->rtc)) in meson_vrtc_probe()
83 return PTR_ERR(vrtc->rtc); in meson_vrtc_probe()
94 if (vrtc->alarm_time) { in meson_vrtc_suspend()
[all …]
H A Drtc-88pm860x.c30 int vrtc; member
213 vrtc_set = 2700 + (info->vrtc & 0x3) * 200; in calibrate_vrtc_work()
257 ret = of_property_read_u32(np, "marvell,88pm860x-vrtc", &info->vrtc); in pm860x_rtc_dt_init()
259 info->vrtc = 0; in pm860x_rtc_dt_init()
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Damlogic,meson-vrtc.yaml4 $id: http://devicetree.org/schemas/rtc/amlogic,meson-vrtc.yaml#
28 - amlogic,meson-vrtc
42 compatible = "amlogic,meson-vrtc";
/openbmc/linux/arch/arm/boot/dts/
H A Dtps65910.dtsi20 regulator-compatible = "vrtc";
/openbmc/u-boot/arch/arm/dts/
H A Dtps65910.dtsi23 regulator-compatible = "vrtc";
H A Dam335x-chilisom.dtsi100 regulator-name = "vio,vrtc,vdds";
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6331.dtsi252 mt6331_vrtc_reg: ldo-vrtc {
253 regulator-name = "vrtc";
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A D88pm860x.txt56 marvell,88pm860x-vrtc = <1>;
H A Dtps65910.txt23 tps65910: vrtc, vio, vdd1, vdd2, vdd3, vdig1, vdig2, vpll, vdac, vaux1,
25 tps65911: vrtc, vio, vdd1, vdd2, vddctrl, ldo1, ldo2, ldo3, ldo4, ldo5,
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmax8907.txt28 out33v, bbat, sdby, vrtc.
H A Dmediatek,mt6331-regulator.yaml260 mt6331_vrtc_reg: ldo-vrtc {
261 regulator-name = "vrtc";
H A Dmt6323-regulator.txt177 regulator-name = "vrtc";
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-gtking-pro.dts19 rtc1 = &vrtc;
H A Dmeson-g12b-gtking.dts19 rtc1 = &vrtc;
H A Dmeson-g12b-gsking-x.dts20 rtc1 = &vrtc;
H A Dmeson-sm1-odroid-hc4.dts16 rtc1 = &vrtc;
H A Dmeson-g12b-bananapi-cm4.dtsi12 rtc1 = &vrtc;
H A Dmeson-g12b-odroid.dtsi16 rtc1 = &vrtc;
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-osd335x-common.dtsi96 regulator-name = "vio,vrtc,vdds";
H A Dam335x-chilisom.dtsi97 regulator-name = "vio,vrtc,vdds";
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dpxa910-dkb.dts136 marvell,88pm860x-vrtc = <1>;
/openbmc/linux/include/linux/mfd/
H A D88pm80x.h278 int vrtc; member
H A D88pm860x.h414 int vrtc; member
/openbmc/linux/arch/arm/boot/dts/mediatek/
H A Dmt6323.dtsi181 regulator-name = "vrtc";
/openbmc/linux/drivers/regulator/
H A Dmax8907-regulator.c218 MATCH(vrtc, VRTC),

12