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

  /src/sys/arch/zaurus/dev/
zkbd.c 129 int sc_nstrobe; member in struct:zkbd_softc
249 sc->sc_nstrobe = __arraycount(gpio_strobe_pins_c3000);
265 sc->sc_nstrobe = __arraycount(gpio_strobe_pins_c860);
286 sc->sc_okeystate = kmem_zalloc(sc->sc_nsense * sc->sc_nstrobe,
288 sc->sc_keystate = kmem_zalloc(sc->sc_nsense * sc->sc_nstrobe,
292 for (i = 0; i < sc->sc_nstrobe; i++) {
397 for (i = 0; i < sc->sc_nstrobe; i++) {
406 for (col = 0; col < sc->sc_nstrobe; col++) {
438 for (i = 0; i < sc->sc_nstrobe; i++) {
460 for (i = 0; i < sc->sc_nsense * sc->sc_nstrobe; i++)
    [all...]

Completed in 11 milliseconds