Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_mode.c849 dacvalue[MGA1064_MUL_CTL] = MGA1064_MUL_CTL_8bits; in mga_crtc_mode_set()
853 dacvalue[MGA1064_MUL_CTL] = MGA1064_MUL_CTL_15bits; in mga_crtc_mode_set()
855 dacvalue[MGA1064_MUL_CTL] = MGA1064_MUL_CTL_16bits; in mga_crtc_mode_set()
858 dacvalue[MGA1064_MUL_CTL] = MGA1064_MUL_CTL_24bits; in mga_crtc_mode_set()
861 dacvalue[MGA1064_MUL_CTL] = MGA1064_MUL_CTL_32_24bits; in mga_crtc_mode_set()
Dmgag200_reg.h351 #define MGA1064_MUL_CTL 0x19 macro