Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds