Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/via/
H A Dhw.c443 {VIA_CRT, "CRT"},
614 viaparinfo->shared->iga1_devices |= VIA_CRT; in viafb_set_iga_path()
616 viaparinfo->shared->iga2_devices |= VIA_CRT; in viafb_set_iga_path()
754 if (devices & VIA_CRT) in via_set_source()
869 if (devices & VIA_CRT) in via_set_state()
887 if (devices & VIA_CRT) in via_set_sync_polarity()
1877 if (viaparinfo->shared->iga2_devices & VIA_CRT in viafb_setmode()
1882 (viaparinfo->shared->iga1_devices & VIA_CRT) in viafb_setmode()
H A Dhw.h25 #define VIA_CRT 0x00000010 macro