Lines Matching defs:GCR
123 #define GCR 0x00 /* (SIR0) General Configuration Register */
136 * Constants for the GCR register.
1378 atmel_write16(dev, GCR, 0x0060);
1379 atmel_write16(dev, GCR, 0x0040);
1630 atmel_write16(dev, GCR, 0x0060);
1631 atmel_write16(dev, GCR, 0x0040);
3672 atmel_write16(dev, GCR, 0x0060);
3674 atmel_write16(dev, GCR, 0x0040);
3699 atmel_write16(dev, GCR, 0x0060);
3700 atmel_write16(dev, GCR, 0x0040);
3722 atmel_write16(dev, GCR, 0x0060);
3723 atmel_write16(dev, GCR, 0x0040);
3873 atmel_write16(priv->dev, GCR, 0x0060);
3876 atmel_write16(priv->dev, GCR, 0x0040);
4184 outw(inw(dev->base_addr + GCR) | mask, dev->base_addr + GCR);
4189 outw(inw(dev->base_addr + GCR) & ~mask, dev->base_addr + GCR);