Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/rtc/
Drtc-bd70528.c499 struct bd70528_rtc *bd_rtc; in bd70528_probe() local
516 bd_rtc = devm_kzalloc(&pdev->dev, sizeof(*bd_rtc), GFP_KERNEL); in bd70528_probe()
517 if (!bd_rtc) in bd70528_probe()
520 bd_rtc->parent = parent; in bd70528_probe()
521 bd_rtc->dev = &pdev->dev; in bd70528_probe()
526 bd_rtc->has_rtc_timers = true; in bd70528_probe()
527 bd_rtc->reg_time_start = BD70528_REG_RTC_START; in bd70528_probe()
534 bd_rtc->reg_time_start = BD71828_REG_RTC_START; in bd70528_probe()
548 platform_set_drvdata(pdev, bd_rtc); in bd70528_probe()