Searched refs:cntacr (Results 1 – 1 of 1) sorted by relevance
1526 u32 cntacr = CNTACR_RFRQ | CNTACR_RWPT | CNTACR_RPCT | in arch_timer_mem_find_best_frame() local1534 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()1535 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()1538 !(~cntacr & (CNTACR_RWVT | CNTACR_RVCT))) { in arch_timer_mem_find_best_frame()1544 if (~cntacr & (CNTACR_RWPT | CNTACR_RPCT)) in arch_timer_mem_find_best_frame()