Home
last modified time | relevance | path

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

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