Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c114 static struct timecounter bcm_systimer_tc = { variable
270 bcm_systimer_tc.tc_frequency = DEFAULT_FREQUENCY; in bcm_systimer_attach()
271 tc_init(&bcm_systimer_tc); in bcm_systimer_attach()
302 counts = usec * (bcm_systimer_tc.tc_frequency / 1000000) + 1; in bcm_systimer_delay()