Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-tx4939.c41 struct tx4939_rtc_reg __iomem *rtcreg; member
45 static int tx4939_rtc_cmd(struct tx4939_rtc_reg __iomem *rtcreg, int cmd) in tx4939_rtc_cmd() argument
49 __raw_writel(cmd, &rtcreg->ctl); in tx4939_rtc_cmd()
51 while (__raw_readl(&rtcreg->ctl) & TX4939_RTCCTL_BUSY) { in tx4939_rtc_cmd()
63 struct tx4939_rtc_reg __iomem *rtcreg = pdata->rtcreg; in tx4939_rtc_set_time() local
75 __raw_writel(0, &rtcreg->adr); in tx4939_rtc_set_time()
77 __raw_writel(buf[i], &rtcreg->dat); in tx4939_rtc_set_time()
78 ret = tx4939_rtc_cmd(rtcreg, in tx4939_rtc_set_time()
80 (__raw_readl(&rtcreg->ctl) & TX4939_RTCCTL_ALME)); in tx4939_rtc_set_time()
88 struct tx4939_rtc_reg __iomem *rtcreg = pdata->rtcreg; in tx4939_rtc_read_time() local
[all …]