OVL1C1            625 drivers/video/fbdev/pxafb.c 	int enabled = lcd_readl(ofb->fbi, OVL1C1) & OVLxC1_OEN;
OVL1C1            630 drivers/video/fbdev/pxafb.c 	lcd_writel(ofb->fbi, OVL1C1, ofb->control[0] | OVLxC1_OEN);
OVL1C1            637 drivers/video/fbdev/pxafb.c 	if (!(lcd_readl(ofb->fbi, OVL1C1) & OVLxC1_OEN))
OVL1C1            642 drivers/video/fbdev/pxafb.c 	lcd_writel(ofb->fbi, OVL1C1, ofb->control[0] & ~OVLxC1_OEN);