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

  /src/sys/arch/arm/broadcom/
bcm2835_tmr.c 168 uint32_t stcl; local in function:cpu_initclocks
176 stcl = bus_space_read_4(sc->sc_iot, sc->sc_ioh, BCM2835_STIMER_CLO);
177 stcl += counts_per_hz;
179 bus_space_write_4(sc->sc_iot, sc->sc_ioh, BCM2835_STIMER_C3, stcl);

Completed in 13 milliseconds