Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dlpc32xx_ts.c60 __raw_readl((dev)->tsc_base + (reg))
62 __raw_writel((val), (dev)->tsc_base + (reg))
66 void __iomem *tsc_base; member
237 tsc->tsc_base = ioremap(res->start, size); in lpc32xx_ts_probe()
238 if (!tsc->tsc_base) { in lpc32xx_ts_probe()
293 iounmap(tsc->tsc_base); in lpc32xx_ts_probe()
314 iounmap(tsc->tsc_base); in lpc32xx_ts_remove()
/OK3568_Linux_fs/u-boot/drivers/timer/
H A Dtsc_timer.c326 *count = now_tick - gd->arch.tsc_base; in tsc_timer_get_count()
335 gd->arch.tsc_base = rdtsc(); in tsc_timer_probe()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dglobal_data.h79 uint64_t tsc_base; /* Initial value returned by rdtsc() */ member