Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/marvell/
H A Dmvsoctmr.c102 static struct timecounter mvsoctmr_timecounter = { variable
165 mvsoctmr_timecounter.tc_name = device_xname(self); in mvsoctmr_attach()
253 mvsoctmr_timecounter.tc_priv = sc; in cpu_initclocks()
254 mvsoctmr_timecounter.tc_frequency = mvsoctmr_freq; in cpu_initclocks()
278 tc_init(&mvsoctmr_timecounter); in cpu_initclocks()