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

  /src/sys/arch/zaurus/dev/
zssp.c 70 struct zssp_max1111 max1111; member in struct:zssp_softc
112 sc->max1111.gpio = GPIO_MAX1111_CS_C3000;
113 sc->max1111.sscr0 = SSCR0_MAX1111;
124 sc->max1111.gpio = GPIO_MAX1111_CS_C860;
125 sc->max1111.sscr0 = SSCR0_MAX1111;
192 pxa2x0_gpio_set_function(sc->max1111.gpio, GPIO_OUT|GPIO_SET);
231 pxa2x0_gpio_set_bit(sc->max1111.gpio);
249 pxa2x0_gpio_clear_bit(sc->max1111.gpio);
287 pxa2x0_gpio_set_bit(sc->max1111.gpio);
332 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SSP_SSCR0, sc->max1111.sscr0)
    [all...]

Completed in 57 milliseconds