HomeSort by: relevance | last modified time | path
    Searched refs:SCOOP_GPWR (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/zaurus/dev/
scoop.c 132 rv = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR);
143 rv = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR);
144 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR,
451 SCOOP_GPWR);
453 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR,
463 SCOOP_GPWR);
464 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR,
469 rv = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR);
470 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR,
485 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR,
    [all...]
scoop_pcic.c 237 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR);
238 bus_space_write_2(iot, ioh, SCOOP_GPWR,
247 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR);
248 bus_space_write_2(iot, ioh, SCOOP_GPWR,
scoopreg.h 57 #define SCOOP_GPWR 0x24 /* GPIO pin output level (R/W) */
  /src/sys/arch/evbarm/imx31/
imx31lk_pcic.c 224 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR);
225 bus_space_write_2(iot, ioh, SCOOP_GPWR,
234 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR);
235 bus_space_write_2(iot, ioh, SCOOP_GPWR,
  /src/sys/arch/zaurus/zaurus/
machdep.c 545 p = (volatile uint16_t *)(ZAURUS_SCOOP0_VBASE + SCOOP_GPWR);
547 p = (volatile uint16_t *)(C3000_SCOOP0_BASE + SCOOP_GPWR);
563 p = (volatile uint16_t *)(ZAURUS_SCOOP1_VBASE + o + SCOOP_GPWR);
565 p = (volatile uint16_t *)(C3000_SCOOP1_BASE + SCOOP_GPWR);
590 gpwr = ioreg16_read(baseaddr + SCOOP_GPWR);

Completed in 34 milliseconds