Home
last modified time | relevance | path

Searched refs:rtc_resource (Results 1 – 1 of 1) sorted by relevance

/drivers/rtc/
Drtc-pm8xxx.c391 struct resource *rtc_resource; in pm8xxx_rtc_probe() local
414 rtc_resource = platform_get_resource_byname(pdev, IORESOURCE_IO, in pm8xxx_rtc_probe()
416 if (!(rtc_resource && rtc_resource->start)) { in pm8xxx_rtc_probe()
422 rtc_dd->rtc_base = rtc_resource->start; in pm8xxx_rtc_probe()