Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/
Ds3c2410fb.c404 writel(fbi->regs.lcdcon1 & ~S3C2410_LCDCON1_ENVID, in s3c2410fb_activate_var()
414 fbi->regs.lcdcon1 |= S3C2410_LCDCON1_ENVID, in s3c2410fb_activate_var()
539 fbi->regs.lcdcon1 |= S3C2410_LCDCON1_ENVID; in s3c2410fb_lcd_enable()
541 fbi->regs.lcdcon1 &= ~S3C2410_LCDCON1_ENVID; in s3c2410fb_lcd_enable()
898 writel(lcdcon1 & ~S3C2410_LCDCON1_ENVID, info->io + S3C2410_LCDCON1); in s3c24xxfb_probe()
Ds3c2410fb-regs-lcd.h39 #define S3C2410_LCDCON1_ENVID (1) macro