Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/via/
H A Dhw.c446 {VIA_LVDS2, "LVDS2"}
499 return VIA_LVDS2 | VIA_DVP0; in get_dvi_devices()
524 return VIA_LVDS2 | VIA_DVP0; in get_lcd_devices()
530 return VIA_LVDS1 | VIA_LVDS2; in get_lcd_devices()
537 return VIA_LVDS2; in get_lcd_devices()
654 viaparinfo->shared->iga2_devices = VIA_DVP1 | VIA_LVDS2; in viafb_set_iga_path()
760 if (devices & VIA_LVDS2) in via_set_source()
875 if (devices & VIA_LVDS2) in via_set_state()
893 if (devices & VIA_LVDS2) in via_set_sync_polarity()
H A Dhw.h28 #define VIA_LVDS2 0x00000080 macro