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

  /src/sys/arch/zaurus/dev/
ztp.c 113 void *sc_gh; member in struct:ztp_softc
258 if (sc->sc_gh == NULL) {
259 sc->sc_gh = pxa2x0_gpio_intr_establish(sc->sc_tp_int_pin,
262 pxa2x0_gpio_intr_unmask(sc->sc_gh);
283 if (sc->sc_gh) {
284 pxa2x0_gpio_intr_mask(sc->sc_gh);
299 pxa2x0_gpio_intr_mask(sc->sc_gh);
320 pxa2x0_gpio_intr_mask(sc->sc_gh);
326 pxa2x0_gpio_intr_unmask(sc->sc_gh);
518 pxa2x0_gpio_intr_mask(sc->sc_gh);
    [all...]
  /src/sys/arch/hpcarm/dev/
wzero3_tp.c 117 void *sc_gh; member in struct:wzero3tp_softc
324 if (sc->sc_gh == NULL) {
325 sc->sc_gh = pxa2x0_gpio_intr_establish(
329 pxa2x0_gpio_intr_unmask(sc->sc_gh);
350 pxa2x0_gpio_intr_mask(sc->sc_gh);
364 pxa2x0_gpio_intr_mask(sc->sc_gh);
383 pxa2x0_gpio_intr_mask(sc->sc_gh);
387 pxa2x0_gpio_intr_unmask(sc->sc_gh);
421 pxa2x0_gpio_intr_mask(sc->sc_gh);
430 pxa2x0_gpio_intr_unmask(sc->sc_gh);
    [all...]

Completed in 13 milliseconds