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