Lines Matching defs:bd_rtc
499 struct bd70528_rtc *bd_rtc;
516 bd_rtc = devm_kzalloc(&pdev->dev, sizeof(*bd_rtc), GFP_KERNEL);
517 if (!bd_rtc)
520 bd_rtc->parent = parent;
521 bd_rtc->dev = &pdev->dev;
526 bd_rtc->has_rtc_timers = true;
527 bd_rtc->reg_time_start = BD70528_REG_RTC_START;
534 bd_rtc->reg_time_start = BD71828_REG_RTC_START;
548 platform_set_drvdata(pdev, bd_rtc);