Home
last modified time | relevance | path

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

/arch/arm/cpu/armv8/
A Dgeneric_timer.c125 u32 cnthctl_val; in __udelay() local
128 asm volatile("mrs %0, cnthctl_el2" : "=r" (cnthctl_val)); in __udelay()
130 (cnthctl_val | CNTHCTL_EL2_EVNT_EN | CNTHCTL_EL2_EVNT_I(event_period))); in __udelay()
136 asm volatile("msr cnthctl_el2, %0" : : "r" (cnthctl_val)); in __udelay()

Completed in 3 milliseconds