Searched refs:bcm_systimer_tc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c114 static struct timecounter bcm_systimer_tc = { variable in typeref:struct:timecounter
270 bcm_systimer_tc.tc_frequency = DEFAULT_FREQUENCY;
271 tc_init(&bcm_systimer_tc);
302 counts = usec * (bcm_systimer_tc.tc_frequency / 1000000) + 1;

Completed in 88 milliseconds