crt_ctrl         2188 drivers/video/fbdev/sm501fb.c 	unsigned long crt_ctrl;
crt_ctrl         2194 drivers/video/fbdev/sm501fb.c 	crt_ctrl = smc501_readl(info->regs + SM501_DC_CRT_CONTROL);
crt_ctrl         2195 drivers/video/fbdev/sm501fb.c 	crt_ctrl &= ~SM501_CRT_CTRL_SAVE;
crt_ctrl         2196 drivers/video/fbdev/sm501fb.c 	crt_ctrl |= info->pm_crt_ctrl & SM501_CRT_CTRL_SAVE;
crt_ctrl         2197 drivers/video/fbdev/sm501fb.c 	smc501_writel(crt_ctrl, info->regs + SM501_DC_CRT_CONTROL);