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

  /src/sys/arch/arm/ixp12x0/
ixp12x0_clk.c 123 static struct ixpclk_softc *ixpclk_sc = NULL; variable in typeref:struct:ixpclk_softc *
158 bool first_run = ixpclk_sc == NULL;
168 if (ixpclk_sc == NULL)
169 ixpclk_sc = sc;
217 bus_space_write_4(ixpclk_sc->sc_iot, ixpclk_sc->sc_ioh,
220 atomic_add_32(&ixpclk_base, ixpclk_sc->sc_coreclock_freq);
254 sc = ixpclk_sc;
279 counter = GET_TIMER_VALUE(ixpclk_sc);
292 counter = GET_TIMER_VALUE(ixpclk_sc);
    [all...]
  /src/sys/arch/arm/xscale/
ixp425_timer.c 79 static struct ixpclk_softc *ixpclk_sc; variable in typeref:struct:ixpclk_softc *
115 ixpclk_sc = sc;
135 struct ixpclk_softc *sc = ixpclk_sc;
210 counter = GET_TIMER_VALUE(ixpclk_sc);
259 struct ixpclk_softc *sc = ixpclk_sc;

Completed in 153 milliseconds