Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_mode.c857 WREG_ECRT(0x0, ((u8)(addr >> 16) & 0xf) | crtcext0); in mga_set_start_address()
1139 WREG_ECRT(i, ext_vga[i]); in mga_crtc_mode_set()
1143 WREG_ECRT(0x24, 0x5); in mga_crtc_mode_set()
1146 WREG_ECRT(0x34, 0x5); in mga_crtc_mode_set()
1149 WREG_ECRT(6, 0); in mga_crtc_mode_set()
1152 WREG_ECRT(0, ext_vga[0]); in mga_crtc_mode_set()
1237 WREG_ECRT(1, 0x30);
Dmgag200_drv.h73 #define WREG_ECRT(reg, v) \ macro