Home
last modified time | relevance | path

Searched refs:WREG_GFX (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1066 WREG_GFX(0, 0); in mga_crtc_mode_set()
1067 WREG_GFX(1, 0); in mga_crtc_mode_set()
1068 WREG_GFX(2, 0); in mga_crtc_mode_set()
1069 WREG_GFX(3, 0); in mga_crtc_mode_set()
1070 WREG_GFX(4, 0); in mga_crtc_mode_set()
1071 WREG_GFX(5, 0x40); in mga_crtc_mode_set()
1072 WREG_GFX(6, 0x5); in mga_crtc_mode_set()
1073 WREG_GFX(7, 0xf); in mga_crtc_mode_set()
1074 WREG_GFX(8, 0xf); in mga_crtc_mode_set()
Dmgag200_drv.h82 #define WREG_GFX(reg, v) \ macro
/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_mode.c72 WREG_GFX(0xe, gr0e); in cirrus_crtc_dpms()
269 WREG_GFX(VGA_GFX_MODE, 0x40); in cirrus_crtc_mode_set()
272 WREG_GFX(VGA_GFX_MISC, 0x01); in cirrus_crtc_mode_set()
Dcirrus_drv.h65 #define WREG_GFX(reg, v) \ macro