Searched refs:timer_softc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/arm/xscale/pxa/
H A Dpxa_timer.c62 static struct pxa_timer_softc *timer_softc = NULL; variable in typeref:struct:pxa_timer_softc
107 if (timer_softc != NULL)
119 timer_softc = sc;
208 if (timer_softc == NULL) {
224 return (bus_space_read_4(timer_softc->pt_bst,
225 timer_softc->pt_bsh, which * 0x4));
232 bus_space_write_4(timer_softc->pt_bst,
233 timer_softc->pt_bsh, which * 0x4, val);
240 return (bus_space_read_4(timer_softc->pt_bst,
241 timer_softc
[all...]
/freebsd-9.3-release/sys/arm/at91/
H A Dat91_st.c55 } *timer_softc; variable in typeref:struct:at91st_softc
58 bus_space_read_4(timer_softc->sc_st, timer_softc->sc_sh, (off))
60 bus_space_write_4(timer_softc->sc_st, timer_softc->sc_sh, (off), (val))
99 timer_softc = device_get_softc(dev);
100 timer_softc->sc_st = sc->sc_st;
101 timer_softc->sc_dev = dev;
103 AT91RM92_ST_SIZE, &timer_softc->sc_sh) != 0)
115 timer_softc
[all...]
/freebsd-9.3-release/sys/arm/mv/
H A Dtimer.c72 static struct mv_timer_softc *timer_softc = NULL; variable in typeref:struct:mv_timer_softc
121 if (timer_softc != NULL)
125 timer_softc = sc;
136 mtx_init(&timer_softc->timer_mtx, "watchdog", NULL, MTX_DEF);
255 return (bus_space_read_4(timer_softc->timer_bst,
256 timer_softc->timer_bsh, CPU_TIMER_CONTROL));
263 bus_space_write_4(timer_softc->timer_bst,
264 timer_softc->timer_bsh, CPU_TIMER_CONTROL, val);
271 return (bus_space_read_4(timer_softc->timer_bst,
272 timer_softc
[all...]
/freebsd-9.3-release/sys/arm/econa/
H A Dtimer.c83 static struct ec_timer_softc *timer_softc = NULL; variable in typeref:struct:ec_timer_softc
88 bus_space_write_4(timer_softc->timer_bst,
89 timer_softc->timer_bsh, addr, val);
97 return bus_space_read_4(timer_softc->timer_bst,
98 timer_softc->timer_bsh, addr);
333 if (timer_softc != NULL)
338 timer_softc = sc;
/freebsd-9.3-release/sys/arm/s3c2xx0/
H A Ds3c24x0_clk.c56 } timer_softc; variable in typeref:struct:s3c24x0_timer_softc
80 timer_softc.dev = dev;
163 device_t dev = timer_softc.dev;
/freebsd-9.3-release/sys/arm/xscale/i80321/
H A Di80321_timer.c74 } timer_softc; variable in typeref:struct:i80321_timer_softc
119 timer_softc.dev = dev;
361 device_t dev = timer_softc.dev;

Completed in 109 milliseconds