Home
last modified time | relevance | path

Searched refs:OVL2C1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h31 #define OVL2C1 (0x070) /* Overlay 2 Control Register 1 */ macro
/linux-4.1.27/drivers/video/fbdev/
Dpxafb.c676 int enabled = lcd_readl(ofb->fbi, OVL2C1) & OVLxC1_OEN; in overlay2fb_enable()
689 lcd_writel(ofb->fbi, OVL2C1, ofb->control[0] | OVLxC1_OEN); in overlay2fb_enable()
696 if (!(lcd_readl(ofb->fbi, OVL2C1) & OVLxC1_OEN)) in overlay2fb_disable()
701 lcd_writel(ofb->fbi, OVL2C1, ofb->control[0] & ~OVLxC1_OEN); in overlay2fb_disable()