Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/zaurus/dev/
H A Dscoop.c132 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); in scoop_gpio_pin_write()
144 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR, in scoop_gpio_pin_write()
451 SCOOP_GPWR); in scoop_suspend()
453 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR, in scoop_suspend()
463 SCOOP_GPWR); in scoop_suspend()
464 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR, in scoop_suspend()
469 rv = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR); in scoop_suspend()
470 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR, in scoop_suspend()
485 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR, in scoop_resume()
[all …]
H A Dscoop_pcic.c237 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR); in scoop_pcic_set_power()
238 bus_space_write_2(iot, ioh, SCOOP_GPWR, in scoop_pcic_set_power()
247 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR); in scoop_pcic_set_power()
248 bus_space_write_2(iot, ioh, SCOOP_GPWR, in scoop_pcic_set_power()
H A Dscoopreg.h57 #define SCOOP_GPWR 0x24 /* GPIO pin output level (R/W) */ macro
/netbsd-src/sys/arch/evbarm/imx31/
H A Dimx31lk_pcic.c224 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR); in imx31lk_pcic_set_power()
225 bus_space_write_2(iot, ioh, SCOOP_GPWR, in imx31lk_pcic_set_power()
234 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR); in imx31lk_pcic_set_power()
235 bus_space_write_2(iot, ioh, SCOOP_GPWR, in imx31lk_pcic_set_power()
/netbsd-src/sys/arch/zaurus/zaurus/
H A Dmachdep.c545 p = (volatile uint16_t *)(ZAURUS_SCOOP0_VBASE + SCOOP_GPWR); in green_on()
547 p = (volatile uint16_t *)(C3000_SCOOP0_BASE + SCOOP_GPWR); in green_on()
563 p = (volatile uint16_t *)(ZAURUS_SCOOP1_VBASE + o + SCOOP_GPWR); in irda_on()
565 p = (volatile uint16_t *)(C3000_SCOOP1_BASE + SCOOP_GPWR); in irda_on()
590 gpwr = ioreg16_read(baseaddr + SCOOP_GPWR); in hw_isc1000()