Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/via/
H A Dhw.c445 {VIA_LVDS1, "LVDS1"},
505 return VIA_DVP1 | VIA_LVDS1; in get_dvi_devices()
508 return VIA_LVDS1; in get_dvi_devices()
527 return VIA_LVDS1 | VIA_DVP1; in get_lcd_devices()
530 return VIA_LVDS1 | VIA_LVDS2; in get_lcd_devices()
534 return VIA_LVDS1; in get_lcd_devices()
758 if (devices & VIA_LVDS1) in via_set_source()
873 if (devices & VIA_LVDS1) in via_set_state()
891 if (devices & VIA_LVDS1) in via_set_sync_polarity()
H A Dhw.h27 #define VIA_LVDS1 0x00000040 macro