HomeSort by: relevance | last modified time | path
    Searched defs:mvsoctmr_timecounter (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/marvell/
mvsoctmr.c 102 static struct timecounter mvsoctmr_timecounter = { variable in typeref:struct:timecounter
165 mvsoctmr_timecounter.tc_name = device_xname(self);
253 mvsoctmr_timecounter.tc_priv = sc;
254 mvsoctmr_timecounter.tc_frequency = mvsoctmr_freq;
278 tc_init(&mvsoctmr_timecounter);
mvsoctmr.c 102 static struct timecounter mvsoctmr_timecounter = { variable in typeref:struct:timecounter
165 mvsoctmr_timecounter.tc_name = device_xname(self);
253 mvsoctmr_timecounter.tc_priv = sc;
254 mvsoctmr_timecounter.tc_frequency = mvsoctmr_freq;
278 tc_init(&mvsoctmr_timecounter);

Completed in 24 milliseconds