Home
last modified time | relevance | path

Searched refs:sc_timer_ioh (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/arm/samsung/s3c2xx0/
HDs3c24x0_clk.c121 count = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_timer_ioh, in read_timer()
134 value = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_timer_ioh, in s3c24x0_timer_get_timecount()
161 bus_space_handle_t ioh = sc->sc_timer_ioh; in cpu_initclocks()
HDs3c24x0var.h42 bus_space_handle_t sc_timer_ioh; /* Timer control registers */ member
HDs3c24x0.c468 sc->sc_timer_ioh = S3C24X0_TIMER_BASE; in s3c24x0_attach()