Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtimer-npcm7xx.c24 #define NPCM7XX_REG_TCSR1 0x4 /* Timer 1 Control and Status Register */ macro
177 timer_of_base(&npcm7xx_to) + NPCM7XX_REG_TCSR1); in npcm7xx_clocksource_init()
181 val = readl(timer_of_base(&npcm7xx_to) + NPCM7XX_REG_TCSR1); in npcm7xx_clocksource_init()
183 writel(val, timer_of_base(&npcm7xx_to) + NPCM7XX_REG_TCSR1); in npcm7xx_clocksource_init()