Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/mgag200/
Dmgag200_mode.c949 WREG_CRT(0x0c, crtcc); in mgag200_set_startadd()
950 WREG_CRT(0x0d, crtcd); in mgag200_set_startadd()
1038 WREG_CRT(10, 0); in mgag200_init_regs()
1039 WREG_CRT(11, 0); in mgag200_init_regs()
1040 WREG_CRT(12, 0); in mgag200_init_regs()
1041 WREG_CRT(13, 0); in mgag200_init_regs()
1042 WREG_CRT(14, 0); in mgag200_init_regs()
1043 WREG_CRT(15, 0); in mgag200_init_regs()
1049 WREG_CRT(0x11, crtc11); in mgag200_init_regs()
1110 WREG_CRT(0, htotal - 4); in mgag200_set_mode_regs()
[all …]
Dmgag200_drv.h71 #define WREG_CRT(reg, v) \ macro