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

/freebsd-10.0-release/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c130 static struct timecounter am335x_dmtimer_tc = { variable in typeref:struct:timecounter
295 am335x_dmtimer_tc.tc_frequency = sc->sysclk_freq;
296 tc_init(&am335x_dmtimer_tc);
363 counts = usec * ((am335x_dmtimer_tc.tc_frequency / 1000000) + 1);

Completed in 105 milliseconds