Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_mode.c718 WREG_ECRT(0x0, ((u8)(addr >> 16) & 0xf) | crtcext0); in mga_set_start_address()
993 WREG_ECRT(i, ext_vga[i]); in mga_crtc_mode_set()
997 WREG_ECRT(0x24, 0x5); in mga_crtc_mode_set()
1000 WREG_ECRT(6, 0); in mga_crtc_mode_set()
1003 WREG_ECRT(0, ext_vga[0]); in mga_crtc_mode_set()
1085 WREG_ECRT(1, 0x30);
Dmgag200_drv.h72 #define WREG_ECRT(reg, v) \ macro