Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/mgag200/
Dmgag200_mode.c240 WREG_CRT(0x0c, crtcc); in mgag200_set_startadd()
241 WREG_CRT(0x0d, crtcd); in mgag200_set_startadd()
329 WREG_CRT(10, 0); in mgag200_init_regs()
330 WREG_CRT(11, 0); in mgag200_init_regs()
331 WREG_CRT(12, 0); in mgag200_init_regs()
332 WREG_CRT(13, 0); in mgag200_init_regs()
333 WREG_CRT(14, 0); in mgag200_init_regs()
334 WREG_CRT(15, 0); in mgag200_init_regs()
340 WREG_CRT(0x11, crtc11); in mgag200_init_regs()
401 WREG_CRT(0, htotal - 4); in mgag200_set_mode_regs()
[all …]
Dmgag200_drv.h87 #define WREG_CRT(reg, v) \ macro