Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dem_sti.c65 static inline unsigned long em_sti_read(struct em_sti_priv *p, int offs) in em_sti_read() function
124 ticks = (cycle_t)(em_sti_read(p, STI_COUNT_H) & 0xffff) << 32; in em_sti_count()
125 ticks |= em_sti_read(p, STI_COUNT_L); in em_sti_count()