Home
last modified time | relevance | path

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

/drivers/video/fbdev/geode/
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()
Dlxfb.h23 #define OUTPUT_CRT 0x01 macro
Dlxfb_core.c509 par->output |= (nocrt) ? 0 : OUTPUT_CRT; in lxfb_probe()