Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_mode.c856 WREG_ECRT(0x0, ((u8)(addr >> 16) & 0xf) | crtcext0); in mga_set_start_address()
1118 WREG_ECRT(i, ext_vga[i]); in mga_crtc_mode_set()
1122 WREG_ECRT(0x24, 0x5); in mga_crtc_mode_set()
1125 WREG_ECRT(0x34, 0x5); in mga_crtc_mode_set()
1128 WREG_ECRT(6, 0); in mga_crtc_mode_set()
1131 WREG_ECRT(0, ext_vga[0]); in mga_crtc_mode_set()
1216 WREG_ECRT(1, 0x30);
Dmgag200_drv.h66 #define WREG_ECRT(reg, v) \ macro