Home
last modified time | relevance | path

Searched refs:OUTPUT_CRT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/geode/
H A Dlxfb_ops.c290 if (par->output & OUTPUT_CRT) { in lx_graphics_enable()
299 if (par->output & OUTPUT_CRT) { in lx_graphics_enable()
367 if (par->output & OUTPUT_CRT) in lx_set_mode()
H A Dlxfb.h23 #define OUTPUT_CRT 0x01 macro
H A Dlxfb_core.c510 par->output |= (nocrt) ? 0 : OUTPUT_CRT; in lxfb_probe()