Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c115 int sc_tick; member
172 callout_reset(&sc->sc_callout, sc->sc_tick, ft5406ts_callout, sc); in ft5406ts_callout()
194 callout_reset(&sc->sc_callout, sc->sc_tick, ft5406ts_callout, sc); in ft5406ts_ev_open()
234 sc->sc_tick = hz * 17 / 1000; in ft5406ts_init()
235 if (sc->sc_tick == 0) in ft5406ts_init()
236 sc->sc_tick = 1; in ft5406ts_init()