Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/common/
H A Dscoop.c58 gpwr = ioread16(sdev->base + SCOOP_GPWR); in __scoop_gpio_set()
63 iowrite16(gpwr, sdev->base + SCOOP_GPWR); in __scoop_gpio_set()
155 sdev->scoop_gpwr = ioread16(sdev->base + SCOOP_GPWR); in scoop_suspend()
156 iowrite16((sdev->scoop_gpwr & ~sdev->suspend_clr) | sdev->suspend_set, sdev->base + SCOOP_GPWR); in scoop_suspend()
166 iowrite16(sdev->scoop_gpwr, sdev->base + SCOOP_GPWR); in scoop_resume()
207 iowrite16(inf->io_out & 0xffff, devptr->base + SCOOP_GPWR); in scoop_probe()
/openbmc/qemu/hw/gpio/
H A Dzaurus.c61 #define SCOOP_GPWR 0x24 macro
101 case SCOOP_GPWR: in scoop_read()
147 case SCOOP_GPWR: in scoop_write()
/openbmc/linux/arch/arm/include/asm/hardware/
H A Dscoop.h18 #define SCOOP_GPWR 0x24 macro