Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/via/
Dviafbdev.c69 [UNICHROME_CLE266] = VIA_CRT | VIA_LDVP0 | VIA_LDVP1,
70 [UNICHROME_K400] = VIA_CRT | VIA_DVP0 | VIA_DVP1 | VIA_LVDS1
72 [UNICHROME_K800] = VIA_CRT | VIA_DVP0 | VIA_DVP1 | VIA_LVDS1
74 [UNICHROME_PM800] = VIA_CRT | VIA_DVP0 | VIA_DVP1 | VIA_LVDS1
76 [UNICHROME_CN700] = VIA_CRT | VIA_DVP0 | VIA_DVP1 | VIA_LVDS1
78 [UNICHROME_CX700] = VIA_CRT | VIA_DVP1 | VIA_LVDS1 | VIA_LVDS2,
79 [UNICHROME_CN750] = VIA_CRT | VIA_DVP1 | VIA_LVDS1 | VIA_LVDS2,
80 [UNICHROME_K8M890] = VIA_CRT | VIA_DVP1 | VIA_LVDS1 | VIA_LVDS2,
81 [UNICHROME_P4M890] = VIA_CRT | VIA_DVP1 | VIA_LVDS1 | VIA_LVDS2,
82 [UNICHROME_P4M900] = VIA_CRT | VIA_DVP1 | VIA_LVDS1 | VIA_LVDS2,
[all …]
Dhw.c458 {VIA_CRT, "CRT"},
629 viaparinfo->shared->iga1_devices |= VIA_CRT; in viafb_set_iga_path()
631 viaparinfo->shared->iga2_devices |= VIA_CRT; in viafb_set_iga_path()
769 if (devices & VIA_CRT) in via_set_source()
884 if (devices & VIA_CRT) in via_set_state()
902 if (devices & VIA_CRT) in via_set_sync_polarity()
1892 if (viaparinfo->shared->iga2_devices & VIA_CRT in viafb_setmode()
1897 (viaparinfo->shared->iga1_devices & VIA_CRT) in viafb_setmode()
Dhw.h39 #define VIA_CRT 0x00000010 macro