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

  /src/sys/arch/arm/s3c2xx0/
s3c24x0_clk.c 82 int int_pend; local in function:s3c24x0_get_timecount
87 int_pend = bus_space_read_4(sc->sc_sx.sc_iot, sc->sc_sx.sc_intctl_ioh,
89 int_pend0 = (1<<S3C24X0_INT_TIMER4) & int_pend;
  /src/sys/dev/ic/
adv.c 741 int int_pend = FALSE; local in function:adv_intr
744 int_pend = TRUE;
750 if(int_pend)

Completed in 126 milliseconds