Searched refs:usec_config (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/clocksource/
H A Dtimer-tegra.c51 static u32 usec_config; variable
113 writel_relaxed(usec_config, timer_reg_base + TIMERUS_USEC_CFG);
271 usec_config = 0x000b; /* (11+1)/(0+1) */
274 usec_config = 0x043f; /* (63+1)/(4+1) */
277 usec_config = 0x000c; /* (12+1)/(0+1) */
280 usec_config = 0x0453; /* (83+1)/(4+1) */
283 usec_config = 0x045f; /* (95+1)/(4+1) */
286 usec_config = 0x0019; /* (25+1)/(0+1) */
289 usec_config = 0x04bf; /* (191+1)/(4+1) */
292 usec_config
[all...]

Completed in 121 milliseconds