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

/linux-master/drivers/clocksource/
H A Dem_sti.c53 static inline unsigned long em_sti_read(struct em_sti_priv *p, int offs) function
109 ticks = (u64)(em_sti_read(p, STI_COUNT_H) & 0xffff) << 32;
110 ticks |= em_sti_read(p, STI_COUNT_L);

Completed in 256 milliseconds