Searched refs:PPLL_CNTL (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/video/ |
D | aty128.h | 243 #define PPLL_CNTL 0x0002 macro
|
D | radeon.h | 430 #define PPLL_CNTL 0x0002 macro
|
/Linux-v5.10/drivers/video/fbdev/aty/ |
D | radeon_pm.c | 2266 OUTPLL(PPLL_CNTL, 0xa433); 2406 tmp = INPLL(PPLL_CNTL); 2407 OUTPLL(PPLL_CNTL, tmp); 2455 OUTREG8(CLOCK_CNTL_INDEX, PPLL_CNTL + PLL_WR_EN); 2468 tmp = INPLL(PPLL_CNTL); 2469 OUTPLL(PPLL_CNTL, tmp & ~0x2); 2471 tmp = INPLL(PPLL_CNTL); 2472 OUTPLL(PPLL_CNTL, tmp & ~0x1);
|
D | aty128fb.c | 1028 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~(0x00030000)); in aty128_set_crtc() 1331 aty_st_pll(PPLL_CNTL, in aty128_set_pll() 1332 aty_ld_pll(PPLL_CNTL) | PPLL_RESET | PPLL_ATOMIC_UPDATE_EN); in aty128_set_pll() 1355 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~PPLL_RESET); in aty128_set_pll()
|
D | radeon_base.c | 1380 OUTPLLP(PPLL_CNTL, in radeon_write_pll_regs() 1430 OUTPLLP(PPLL_CNTL, 0, in radeon_write_pll_regs()
|