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