Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h30 #define OVL2C1 (0x070) /* Overlay 2 Control Register 1 */ macro
H A Dpxafb.c678 int enabled = lcd_readl(ofb->fbi, OVL2C1) & OVLxC1_OEN; in overlay2fb_enable()
691 lcd_writel(ofb->fbi, OVL2C1, ofb->control[0] | OVLxC1_OEN); in overlay2fb_enable()
698 if (!(lcd_readl(ofb->fbi, OVL2C1) & OVLxC1_OEN)) in overlay2fb_disable()
703 lcd_writel(ofb->fbi, OVL2C1, ofb->control[0] & ~OVLxC1_OEN); in overlay2fb_disable()
/openbmc/qemu/hw/display/
H A Dpxa2xx_lcd.c113 #define OVL2C1 0x070 /* Overlay 2 Control register 1 */ macro
775 case OVL2C1: in pxa2xx_lcdc_read()
906 case OVL2C1: in pxa2xx_lcdc_write()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2528 #define OVL2C1 0x44000070 /* Overlay 2 Control Register 1 */ macro