Searched refs:bcm_systimer_tc (Results 1 – 1 of 1) sorted by relevance
114 static struct timecounter bcm_systimer_tc = { variable270 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()