Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_mode.c62 WREG8(DAC_INDEX + MGA1064_COL_PAL, r); in mga_crtc_load_lut()
63 WREG8(DAC_INDEX + MGA1064_COL_PAL, *g_ptr++ >> 8); in mga_crtc_load_lut()
64 WREG8(DAC_INDEX + MGA1064_COL_PAL, b); in mga_crtc_load_lut()
70 WREG8(DAC_INDEX + MGA1064_COL_PAL, *r_ptr++ >> 8); in mga_crtc_load_lut()
71 WREG8(DAC_INDEX + MGA1064_COL_PAL, *g_ptr++ >> 8); in mga_crtc_load_lut()
72 WREG8(DAC_INDEX + MGA1064_COL_PAL, *b_ptr++ >> 8); in mga_crtc_load_lut()
Dmgag200_reg.h323 #define MGA1064_COL_PAL 0x01 macro