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

  /src/sys/arch/arm/s3c2xx0/
s3c24x0_clk.c 152 u_int ucnt; local in function:delay
168 ucnt = usec_to_counter(n);
170 while( ucnt > 0 ) {
180 if((u_int)delta < ucnt){
181 ucnt -= (u_int)delta;
185 ucnt = 0;
s3c2800_clk.c 156 u_int ucnt; local in function:delay
172 ucnt = usec_to_counter(n);
174 while( ucnt > 0 ) {
184 if((u_int)delta < ucnt){
185 ucnt -= (u_int)delta;
189 ucnt = 0;

Completed in 33 milliseconds