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

  /src/sys/arch/arm/s3c2xx0/
s3c24x0_clk.c 81 int save, int_pend0, int_pend1, count; local in function:s3c24x0_get_timecount
95 int_pend1 = bus_space_read_4(sc->sc_sx.sc_iot,
97 int_pend1 &= (1<<S3C24X0_INT_TIMER4);
98 if( int_pend0 == int_pend1 )
105 int_pend0 = int_pend1;
122 if (int_pend1 && count > 0) {
s3c2800_clk.c 85 int save, int_pend0, int_pend1, count; local in function:s3c2800_get_timecount
98 int_pend1 = S3C2800_INT_TIMER0 &
101 if( int_pend0 == int_pend1 )
108 int_pend0 = int_pend1;
127 if (int_pend1)

Completed in 12 milliseconds