Searched refs:PPLL_CNTL (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/video/ |
D | aty128.h | 243 #define PPLL_CNTL 0x0002 macro
|
D | radeon.h | 430 #define PPLL_CNTL 0x0002 macro
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | radeon_pm.c | 2268 OUTPLL(PPLL_CNTL, 0xa433); 2408 tmp = INPLL(PPLL_CNTL); 2409 OUTPLL(PPLL_CNTL, tmp); 2457 OUTREG8(CLOCK_CNTL_INDEX, PPLL_CNTL + PLL_WR_EN); 2470 tmp = INPLL(PPLL_CNTL); 2471 OUTPLL(PPLL_CNTL, tmp & ~0x2); 2473 tmp = INPLL(PPLL_CNTL); 2474 OUTPLL(PPLL_CNTL, tmp & ~0x1);
|
D | aty128fb.c | 1039 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~(0x00030000)); in aty128_set_crtc() 1342 aty_st_pll(PPLL_CNTL, in aty128_set_pll() 1343 aty_ld_pll(PPLL_CNTL) | PPLL_RESET | PPLL_ATOMIC_UPDATE_EN); in aty128_set_pll() 1366 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~PPLL_RESET); in aty128_set_pll()
|
D | radeon_base.c | 1390 OUTPLLP(PPLL_CNTL, in radeon_write_pll_regs() 1440 OUTPLLP(PPLL_CNTL, 0, in radeon_write_pll_regs()
|