Searched refs:WREG_CRT (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/mgag200/ |
| D | mgag200_mode.c | 854 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 …]
|
| D | mgag200_drv.h | 59 #define WREG_CRT(reg, v) \ macro
|
| /Linux-v5.4/drivers/gpu/drm/cirrus/ |
| D | cirrus_drv.h | 53 #define WREG_CRT(reg, v) \ macro
|