Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h30 #define OVL1C1 (0x050) /* Overlay 1 Control Register 1 */ macro
/Linux-v5.10/drivers/video/fbdev/
Dpxafb.c625 int enabled = lcd_readl(ofb->fbi, OVL1C1) & OVLxC1_OEN; in overlay1fb_enable()
630 lcd_writel(ofb->fbi, OVL1C1, ofb->control[0] | OVLxC1_OEN); in overlay1fb_enable()
637 if (!(lcd_readl(ofb->fbi, OVL1C1) & OVLxC1_OEN)) in overlay1fb_disable()
642 lcd_writel(ofb->fbi, OVL1C1, ofb->control[0] & ~OVLxC1_OEN); in overlay1fb_disable()