Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dem_sti.c41 #define STI_COUNT_H 0x20 macro
106 * Always read STI_COUNT_H before STI_COUNT_L. in em_sti_count()
109 ticks = (u64)(em_sti_read(p, STI_COUNT_H) & 0xffff) << 32; in em_sti_count()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dem_sti.c41 #define STI_COUNT_H 0x20 macro
106 * Always read STI_COUNT_H before STI_COUNT_L. in em_sti_count()
109 ticks = (u64)(em_sti_read(p, STI_COUNT_H) & 0xffff) << 32; in em_sti_count()

Completed in 2 milliseconds