Searched refs:cntacr (Results 1 – 1 of 1) sorted by relevance
1505 u32 cntacr = CNTACR_RFRQ | CNTACR_RWPT | CNTACR_RPCT | in arch_timer_mem_find_best_frame() local1513 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()1514 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()1517 !(~cntacr & (CNTACR_RWVT | CNTACR_RVCT))) { in arch_timer_mem_find_best_frame()1523 if (~cntacr & (CNTACR_RWPT | CNTACR_RPCT)) in arch_timer_mem_find_best_frame()