Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c161 WREG_ECRT(0x00, crtcext0); in mgag200_set_startadd()
294 WREG_ECRT(0x01, crtcext1); in mgag200_set_mode_regs()
295 WREG_ECRT(0x02, crtcext2); in mgag200_set_mode_regs()
296 WREG_ECRT(0x05, crtcext5); in mgag200_set_mode_regs()
341 WREG_ECRT(0x00, crtcext0); in mgag200_set_offset()
404 WREG_ECRT(3, crtcext3); in mgag200_set_format_regs()
426 WREG_ECRT(0x01, crtcext1); in mgag200_enable_display()
447 WREG_ECRT(0x01, crtcext1); in mgag200_disable_display()
H A Dmgag200_drv.h96 #define WREG_ECRT(reg, v) \ macro