Searched refs:OVL1C1 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
H A D | regs-lcd.h | 30 #define OVL1C1 (0x050) /* Overlay 1 Control Register 1 */ macro
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pxa3xx-regs.h | 28 #define OVL1C1 (0x050) /* Overlay 1 Control Register 1 */ macro
|
H A D | pxafb.c | 623 int enabled = lcd_readl(ofb->fbi, OVL1C1) & OVLxC1_OEN; in overlay1fb_enable() 628 lcd_writel(ofb->fbi, OVL1C1, ofb->control[0] | OVLxC1_OEN); in overlay1fb_enable() 635 if (!(lcd_readl(ofb->fbi, OVL1C1) & OVLxC1_OEN)) in overlay1fb_disable() 640 lcd_writel(ofb->fbi, OVL1C1, ofb->control[0] & ~OVLxC1_OEN); in overlay1fb_disable()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pxafb.c | 625 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()
|
Completed in 7 milliseconds