Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-realtek.c31 static void __iomem *systimer_base; variable
39 low = readl(systimer_base + TS_LW_OFST); in rtk_ts64_read()
40 high = readl(systimer_base + TS_HW_OFST); in rtk_ts64_read()
53 writel(high, systimer_base + TS_CMP_VAL_HW_OFST); in rtk_cmp_value_write()
54 writel(low, systimer_base + TS_CMP_VAL_LW_OFST); in rtk_cmp_value_write()
65 writel(val, systimer_base + TS_CMP_CTRL_OFST); in rtk_cmp_en_write()
91 reg_base = systimer_base + TS_CMP_STAT_OFST; in rtk_ts_match_intr_handler()
110 reg_base = systimer_base + TS_CMP_STAT_OFST; in rtk_syst_shutdown()
143 systimer_base = timer_of_base(&rtk_timer_to); in rtk_systimer_init()