Searched refs:cnthctl_val (Results 1 – 1 of 1) sorted by relevance
125 u32 cnthctl_val; in __udelay() local128 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