Searched refs:cntacr (Results 1 – 1 of 1) sorted by relevance
1456 u32 cntacr = CNTACR_RFRQ | CNTACR_RWPT | CNTACR_RPCT | in arch_timer_mem_find_best_frame() local1464 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()1465 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()1468 !(~cntacr & (CNTACR_RWVT | CNTACR_RVCT))) { in arch_timer_mem_find_best_frame()1474 if (~cntacr & (CNTACR_RWPT | CNTACR_RPCT)) in arch_timer_mem_find_best_frame()
Completed in 6 milliseconds