Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/s3c2xx0/ | |
s3c24x0_clk.c | 81 int save, int_pend0, int_pend1, count; local in function:s3c24x0_get_timecount 89 int_pend0 = (1<<S3C24X0_INT_TIMER4) & int_pend; 98 if( int_pend0 == int_pend1 ) 105 int_pend0 = int_pend1; |
s3c2800_clk.c | 85 int save, int_pend0, int_pend1, count; local in function:s3c2800_get_timecount 90 int_pend0 = S3C2800_INT_TIMER0 & 101 if( int_pend0 == int_pend1 ) 108 int_pend0 = int_pend1; |