Searched refs:GT_CNTKCTL_PL0VCTEN (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/arm/arm/
H A Dgeneric_timer.c87 #define GT_CNTKCTL_PL0VCTEN (1 << 1) /* PL0 CNTVCT and CNTFRQ access */ macro
205 cntkctl &= ~GT_CNTKCTL_PL0VCTEN;
207 cntkctl |= GT_CNTKCTL_PL0VCTEN;

Completed in 248 milliseconds