Searched refs:vrtc (Results 1 – 5 of 5) sorted by relevance
45 vrtc->alarm_time = 0; in meson_vrtc_set_alarm()54 vrtc->enabled = enabled; in meson_vrtc_alarm_irq_enable()66 struct meson_vrtc_data *vrtc; in meson_vrtc_probe() local69 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()79 platform_set_drvdata(pdev, vrtc); in meson_vrtc_probe()94 if (vrtc->alarm_time) { in meson_vrtc_suspend()103 vrtc->alarm_time, local_time); in meson_vrtc_suspend()[all …]
30 int vrtc; member213 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()
105 obj-$(CONFIG_RTC_DRV_MESON_VRTC)+= rtc-meson-vrtc.o
1459 will be called rtc-meson-vrtc.
218 MATCH(vrtc, VRTC),
Completed in 12 milliseconds