Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c2800_clk.c93 count = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh, in s3c2800_get_timecount()
109 count = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh, in s3c2800_get_timecount()
139 count = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh, in read_timer()
241 bus_space_write_4(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh, TIMER_TMCON, 0); in cpu_initclocks()
245 bus_space_write_4(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh, TIMER_TMDAT, in cpu_initclocks()
265 bus_space_write_4(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh, TIMER_TMCON, in cpu_initclocks()
H A Ds3c2800var.h45 bus_space_handle_t sc_tmr0_ioh; member
H A Ds3c2800.c140 S3C2800_TIMER_SIZE, 0, &sc->sc_tmr0_ioh)) in s3c2800_attach()