Lines Matching defs:GCR
124 #define GCR 0x00 /* (SIR0) General Configuration Register */
137 * Constants for the GCR register.
1379 atmel_write16(dev, GCR, 0x0060);
1380 atmel_write16(dev, GCR, 0x0040);
1631 atmel_write16(dev, GCR, 0x0060);
1632 atmel_write16(dev, GCR, 0x0040);
3676 atmel_write16(dev, GCR, 0x0060);
3678 atmel_write16(dev, GCR, 0x0040);
3701 atmel_write16(dev, GCR, 0x0060);
3702 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);