SCOOP_GPWR
sdev->scoop_gpwr = ioread16(sdev->base + SCOOP_GPWR);
iowrite16((sdev->scoop_gpwr & ~sdev->suspend_clr) | sdev->suspend_set, sdev->base + SCOOP_GPWR);
iowrite16(sdev->scoop_gpwr, sdev->base + SCOOP_GPWR);
iowrite16(inf->io_out & 0xffff, devptr->base + SCOOP_GPWR);
gpwr = ioread16(sdev->base + SCOOP_GPWR);
iowrite16(gpwr, sdev->base + SCOOP_GPWR);