Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_mode.c854 WREG_CRT(0x0d, (u8)(addr & 0xff)); in mga_set_start_address()
855 WREG_CRT(0x0c, (u8)(addr >> 8) & 0xff); in mga_set_start_address()
1055 WREG_CRT(0, htotal - 4); in mga_crtc_mode_set()
1056 WREG_CRT(1, hdisplay); in mga_crtc_mode_set()
1057 WREG_CRT(2, hdisplay); in mga_crtc_mode_set()
1058 WREG_CRT(3, (htotal & 0x1F) | 0x80); in mga_crtc_mode_set()
1059 WREG_CRT(4, hsyncstart); in mga_crtc_mode_set()
1060 WREG_CRT(5, ((htotal & 0x20) << 2) | (hsyncend & 0x1F)); in mga_crtc_mode_set()
1061 WREG_CRT(6, vtotal & 0xFF); in mga_crtc_mode_set()
1062 WREG_CRT(7, ((vtotal & 0x100) >> 8) | in mga_crtc_mode_set()
[all …]
Dmgag200_drv.h59 #define WREG_CRT(reg, v) \ macro
/Linux-v5.4/drivers/gpu/drm/cirrus/
Dcirrus_drv.h53 #define WREG_CRT(reg, v) \ macro