Searched refs:SCLK_CNTL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeon_pm.c | 567 rinfo->save_regs[3] = INPLL(SCLK_CNTL); in radeon_pm_save_regs() 695 OUTPLL(SCLK_CNTL, rinfo->save_regs[3]); in radeon_pm_restore_regs() 2260 OUTPLL(SCLK_CNTL, 0xffff0000); 2316 tmp = INPLL(SCLK_CNTL); 2317 OUTPLL(SCLK_CNTL, tmp | 2); 2395 tmp = INPLL(SCLK_CNTL); 2396 OUTPLL(SCLK_CNTL, tmp); 2722 rinfo->save_regs[3] != INPLL(SCLK_CNTL); in radeon_check_power_loss()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | radeon_pm.c | 566 rinfo->save_regs[3] = INPLL(SCLK_CNTL); in radeon_pm_save_regs() 694 OUTPLL(SCLK_CNTL, rinfo->save_regs[3]); in radeon_pm_restore_regs() 2259 OUTPLL(SCLK_CNTL, 0xffff0000); 2315 tmp = INPLL(SCLK_CNTL); 2316 OUTPLL(SCLK_CNTL, tmp | 2); 2394 tmp = INPLL(SCLK_CNTL); 2395 OUTPLL(SCLK_CNTL, tmp); 2721 rinfo->save_regs[3] != INPLL(SCLK_CNTL); in radeon_check_power_loss()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | r100d.h | 833 #define SCLK_CNTL 0xd macro
|
H A D | r100.c | 380 sclk_cntl = RREG32_PLL(SCLK_CNTL); in r100_pm_misc() 426 WREG32_PLL(SCLK_CNTL, sclk_cntl); in r100_pm_misc()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | radeon.h | 441 #define SCLK_CNTL 0x000d macro 464 /* SCLK_CNTL bit constants */
|
/kernel/linux/linux-6.6/include/video/ |
H A D | radeon.h | 441 #define SCLK_CNTL 0x000d macro 464 /* SCLK_CNTL bit constants */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | r100d.h | 833 #define SCLK_CNTL 0xd macro
|
H A D | r100.c | 390 sclk_cntl = RREG32_PLL(SCLK_CNTL); in r100_pm_misc() 436 WREG32_PLL(SCLK_CNTL, sclk_cntl); in r100_pm_misc()
|
Completed in 40 milliseconds