Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_reg.h122 #define MGAREG_MEMCTL 0x2e08 macro
Dmgag200_mode.c1016 u32 mem_ctl = RREG32(MGAREG_MEMCTL); in mga_crtc_mode_set()
1024 WREG32(MGAREG_MEMCTL, mem_ctl | 0x00200000); in mga_crtc_mode_set()
1026 WREG32(MGAREG_MEMCTL, mem_ctl & ~0x00200000); in mga_crtc_mode_set()