Searched refs:CRTC_MORE_CNTL (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeon_pm.c | 1256 crtc_more_cntl = INREG( CRTC_MORE_CNTL); in radeon_pm_full_reset_sdram() 1261 OUTREG( CRTC_MORE_CNTL, 0); in radeon_pm_full_reset_sdram() 1429 OUTREG( CRTC_MORE_CNTL, crtc_more_cntl); in radeon_pm_full_reset_sdram() 2252 OUTREG(CRTC_MORE_CNTL, INREG(CRTC_MORE_CNTL)); 2398 OUTREG(CRTC_MORE_CNTL, 0); 2419 OUTREG(CRTC_MORE_CNTL, 0); 2422 tmp = INREG(CRTC_MORE_CNTL); 2423 OUTREG(CRTC_MORE_CNTL, tmp);
|
H A D | radeon_base.c | 1315 save->crtc_more_cntl = INREG(CRTC_MORE_CNTL); in radeon_save_state() 1482 OUTREG(CRTC_MORE_CNTL, mode->crtc_more_cntl); in radeon_write_mode() 2120 OUTREGP(CRTC_MORE_CNTL, CRTC_H_CUTOFF_ACTIVE_EN, in radeon_identify_vram()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | radeon_pm.c | 1255 crtc_more_cntl = INREG( CRTC_MORE_CNTL); in radeon_pm_full_reset_sdram() 1260 OUTREG( CRTC_MORE_CNTL, 0); in radeon_pm_full_reset_sdram() 1428 OUTREG( CRTC_MORE_CNTL, crtc_more_cntl); in radeon_pm_full_reset_sdram() 2251 OUTREG(CRTC_MORE_CNTL, INREG(CRTC_MORE_CNTL)); 2397 OUTREG(CRTC_MORE_CNTL, 0); 2418 OUTREG(CRTC_MORE_CNTL, 0); 2421 tmp = INREG(CRTC_MORE_CNTL); 2422 OUTREG(CRTC_MORE_CNTL, tmp);
|
H A D | radeon_base.c | 1316 save->crtc_more_cntl = INREG(CRTC_MORE_CNTL); in radeon_save_state() 1483 OUTREG(CRTC_MORE_CNTL, mode->crtc_more_cntl); in radeon_write_mode() 2120 OUTREGP(CRTC_MORE_CNTL, CRTC_H_CUTOFF_ACTIVE_EN, in radeon_identify_vram()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | radeon.h | 185 #define CRTC_MORE_CNTL 0x027C macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | radeon.h | 185 #define CRTC_MORE_CNTL 0x027C macro
|
Completed in 33 milliseconds