Searched refs:CNTP_CTL_ISTATUS (Results 1 – 2 of 2) sorted by relevance
61 #define timer_condition_met(ctl) ((ctl) & CNTP_CTL_ISTATUS)351 *rval = vtimer_cpu->phys_timer.cntx_ctl_el0 | CNTP_CTL_ISTATUS; in vtimer_phys_ctl_read()353 *rval = vtimer_cpu->phys_timer.cntx_ctl_el0 & ~CNTP_CTL_ISTATUS; in vtimer_phys_ctl_read()
259 #define CNTP_CTL_ISTATUS (1 << 2) macro