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

  /src/sys/arch/arm/imx/
imx23_digctl.c 73 static struct timecounter tc_useconds; variable in typeref:struct:timecounter
121 tc_useconds.tc_get_timecount = digctl_tc_get_timecount;
122 tc_useconds.tc_poll_pps = NULL;
123 tc_useconds.tc_counter_mask = 0xffffffff; /* 32bit counter. */
124 tc_useconds.tc_frequency = 1000000; /* @ 1MHz */
125 tc_useconds.tc_name = "digctl";
126 tc_useconds.tc_quality = 100;
131 tc_init(&tc_useconds);
imx23_digctl.c 73 static struct timecounter tc_useconds; variable in typeref:struct:timecounter
121 tc_useconds.tc_get_timecount = digctl_tc_get_timecount;
122 tc_useconds.tc_poll_pps = NULL;
123 tc_useconds.tc_counter_mask = 0xffffffff; /* 32bit counter. */
124 tc_useconds.tc_frequency = 1000000; /* @ 1MHz */
125 tc_useconds.tc_name = "digctl";
126 tc_useconds.tc_quality = 100;
131 tc_init(&tc_useconds);

Completed in 22 milliseconds