SCOOP_GPWR 58 arch/arm/common/scoop.c gpwr = ioread16(sdev->base + SCOOP_GPWR); SCOOP_GPWR 63 arch/arm/common/scoop.c iowrite16(gpwr, sdev->base + SCOOP_GPWR); SCOOP_GPWR 155 arch/arm/common/scoop.c sdev->scoop_gpwr = ioread16(sdev->base + SCOOP_GPWR); SCOOP_GPWR 156 arch/arm/common/scoop.c iowrite16((sdev->scoop_gpwr & ~sdev->suspend_clr) | sdev->suspend_set, sdev->base + SCOOP_GPWR); SCOOP_GPWR 166 arch/arm/common/scoop.c iowrite16(sdev->scoop_gpwr, sdev->base + SCOOP_GPWR); SCOOP_GPWR 207 arch/arm/common/scoop.c iowrite16(inf->io_out & 0xffff, devptr->base + SCOOP_GPWR);