Symbol: INPLL
drivers/video/fbdev/aty/radeon_accel.c
202
mclk_cntl = INPLL(MCLK_CNTL);
drivers/video/fbdev/aty/radeon_backlight.c
95
tmpPixclksCntl = INPLL(PIXCLKS_CNTL);
drivers/video/fbdev/aty/radeon_base.c
1121
tmp_pix_clks = INPLL(PIXCLKS_CNTL);
drivers/video/fbdev/aty/radeon_base.c
1241
vclk_cntl = INPLL(VCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_base.c
1271
vclk_cntl = INPLL(VCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_base.c
1337
save->vclk_ecp_cntl = INPLL(VCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_base.c
1342
save->ppll_div_3 = INPLL(PPLL_DIV_3);
drivers/video/fbdev/aty/radeon_base.c
1343
save->ppll_ref_div = INPLL(PPLL_REF_DIV);
drivers/video/fbdev/aty/radeon_base.c
1362
if ((mode->ppll_ref_div == (INPLL(PPLL_REF_DIV) & PPLL_REF_DIV_MASK)) &&
drivers/video/fbdev/aty/radeon_base.c
1363
(mode->ppll_div_3 == (INPLL(PPLL_DIV_3) &
drivers/video/fbdev/aty/radeon_base.c
1416
while (INPLL(PPLL_REF_DIV) & PPLL_ATOMIC_UPDATE_R)
drivers/video/fbdev/aty/radeon_base.c
1425
for (i = 0; (i < 10000 && INPLL(PPLL_REF_DIV) & PPLL_ATOMIC_UPDATE_R); i++)
drivers/video/fbdev/aty/radeon_base.c
623
switch((INPLL(PPLL_REF_DIV) & 0x30000) >> 16) {
drivers/video/fbdev/aty/radeon_base.c
630
n = ((INPLL(M_SPLL_REF_FB_DIV) >> 16) & 0xff);
drivers/video/fbdev/aty/radeon_base.c
631
m = (INPLL(M_SPLL_REF_FB_DIV) & 0xff);
drivers/video/fbdev/aty/radeon_base.c
636
n = ((INPLL(M_SPLL_REF_FB_DIV) >> 8) & 0xff);
drivers/video/fbdev/aty/radeon_base.c
637
m = (INPLL(M_SPLL_REF_FB_DIV) & 0xff);
drivers/video/fbdev/aty/radeon_base.c
646
n = (INPLL(PPLL_DIV_0 + ppll_div_sel) & 0x7ff);
drivers/video/fbdev/aty/radeon_base.c
647
m = (INPLL(PPLL_REF_DIV) & 0x3ff);
drivers/video/fbdev/aty/radeon_base.c
652
switch ((INPLL(PPLL_DIV_0 + ppll_div_sel) >> 16) & 0x7) {
drivers/video/fbdev/aty/radeon_base.c
688
tmp = INPLL(M_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_base.c
689
ref_div = INPLL(PPLL_REF_DIV) & 0x3ff;
drivers/video/fbdev/aty/radeon_base.c
768
rinfo->pll.ref_div = INPLL(PPLL_REF_DIV) & PPLL_REF_DIV_MASK;
drivers/video/fbdev/aty/radeon_monitor.c
316
ulOrigVCLK_ECP_CNTL = INPLL(VCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_monitor.c
666
ppll_divn = INPLL(PPLL_DIV_0 + ppll_div_sel);
drivers/video/fbdev/aty/radeon_pm.c
1031
clk_pwrmgt_cntl = INPLL( pllCLK_PWRMGT_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1032
pll_pwrmgt_cntl = INPLL( pllPLL_PWRMGT_CNTL) ;
drivers/video/fbdev/aty/radeon_pm.c
1033
clk_pin_cntl = INPLL( pllCLK_PIN_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1151
u32 cko = INPLL(pllMDLL_CKO) | MDLL_CKO__MCKOA_SLEEP
drivers/video/fbdev/aty/radeon_pm.c
1153
u32 cka = INPLL(pllMDLL_RDCKA) | MDLL_RDCKA__MRDCKA0_SLEEP
drivers/video/fbdev/aty/radeon_pm.c
1156
u32 ckb = INPLL(pllMDLL_RDCKB) | MDLL_RDCKB__MRDCKB0_SLEEP
drivers/video/fbdev/aty/radeon_pm.c
1231
dll_value = INPLL(pllMDLL_RDCKA);
drivers/video/fbdev/aty/radeon_pm.c
136
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
141
tmp = INPLL(pllMCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1463
tmp = INPLL(pllPPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1465
tmp = INPLL(pllP2PLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1467
tmp = INPLL(pllSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1469
tmp = INPLL(pllMPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1478
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1482
tmp = INPLL(pllSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1489
tmp = INPLL(pllM_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_pm.c
1494
tmp = INPLL(pllSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1496
(void)INPLL(pllSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1501
tmp = INPLL(pllSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1503
(void)INPLL(pllSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1508
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1512
(void)INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1517
tmp = INPLL(pllMPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1524
tmp = INPLL(pllM_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_pm.c
1529
tmp = INPLL(pllMPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
153
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1531
(void)INPLL(pllMPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1536
tmp = INPLL(pllMPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1538
(void)INPLL(pllMPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1543
tmp = INPLL(pllMCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1546
(void)INPLL(pllMCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1598
tmp = INPLL(pllSSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1601
tmp = INPLL(pllSSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1630
tmp = INPLL(pllSS_TST_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1644
tmp = INPLL(pllVCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1648
tmp = INPLL(pllPPLL_REF_DIV);
drivers/video/fbdev/aty/radeon_pm.c
1651
INPLL(pllPPLL_REF_DIV);
drivers/video/fbdev/aty/radeon_pm.c
1656
tmp = INPLL(pllPPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1667
tmp = INPLL(pllPPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
167
tmp = INPLL(pllSCLK_CNTL2);
drivers/video/fbdev/aty/radeon_pm.c
1671
tmp = INPLL(pllPPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1675
tmp = INPLL(pllVCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1679
tmp = INPLL(pllVCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
173
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1814
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
184
tmp = INPLL(pllSCLK_MORE_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
1881
tmp = INPLL(pllSCLK_CNTL2); /* What for ? */
drivers/video/fbdev/aty/radeon_pm.c
1884
tmp = INPLL(pllSCLK_MORE_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
189
tmp = INPLL(pllMCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
197
tmp = INPLL(pllVCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
203
tmp = INPLL(pllPIXCLKS_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2156
tmp = INPLL(pllSCLK_MORE_CNTL) & 0x0000ffff;
drivers/video/fbdev/aty/radeon_pm.c
2161
tmp = INPLL(pllSCLK_MORE_CNTL) & 0x0000ffff;
drivers/video/fbdev/aty/radeon_pm.c
2179
tmp = INPLL(pllSSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
225
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2253
tmp = INPLL(pllVCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2255
tmp = INPLL(pllPIXCLKS_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2270
tmp = INPLL(M_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_pm.c
2272
tmp = INPLL(M_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_pm.c
2274
INPLL(M_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_pm.c
2276
tmp = INPLL(MPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2282
tmp = INPLL(M_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_pm.c
2285
tmp = INPLL(MPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2288
tmp = INPLL(MPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2295
INPLL(M_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_pm.c
2296
INPLL(MCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2297
INPLL(M_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_pm.c
2299
tmp = INPLL(SPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2305
tmp = INPLL(M_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_pm.c
2308
tmp = INPLL(SPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2311
tmp = INPLL(SPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2315
tmp = INPLL(SCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2319
cko = INPLL(pllMDLL_CKO);
drivers/video/fbdev/aty/radeon_pm.c
2320
cka = INPLL(pllMDLL_RDCKA);
drivers/video/fbdev/aty/radeon_pm.c
2321
ckb = INPLL(pllMDLL_RDCKB);
drivers/video/fbdev/aty/radeon_pm.c
2390
tmp = INPLL(MCLK_MISC);
drivers/video/fbdev/aty/radeon_pm.c
2394
tmp = INPLL(SCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2402
tmp = INPLL(VCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2405
tmp = INPLL(PPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2449
tmp = INPLL(PPLL_REF_DIV);
drivers/video/fbdev/aty/radeon_pm.c
2452
INPLL(PPLL_REF_DIV);
drivers/video/fbdev/aty/radeon_pm.c
2467
tmp = INPLL(PPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2470
tmp = INPLL(PPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2474
tmp = INPLL(VCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2478
tmp = INPLL(VCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2579
tmp = INPLL( pllMDLL_CKO) | MDLL_CKO__MCKOA_RESET
drivers/video/fbdev/aty/radeon_pm.c
261
tmp = INPLL(pllSCLK_CNTL2);
drivers/video/fbdev/aty/radeon_pm.c
269
tmp = INPLL(pllCLK_PIN_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
2719
return rinfo->save_regs[4] != INPLL(CLK_PIN_CNTL) ||
drivers/video/fbdev/aty/radeon_pm.c
2720
rinfo->save_regs[2] != INPLL(MCLK_CNTL) ||
drivers/video/fbdev/aty/radeon_pm.c
2721
rinfo->save_regs[3] != INPLL(SCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
278
tmp = INPLL(pllMCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
286
tmp = INPLL(pllMCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
294
tmp = INPLL(pllMCLK_MISC);
drivers/video/fbdev/aty/radeon_pm.c
304
tmp = INPLL(pllSCLK_MORE_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
312
tmp = INPLL(pllPIXCLKS_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
323
tmp = INPLL( pllVCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
336
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
351
tmp = INPLL(pllSCLK_CNTL2);
drivers/video/fbdev/aty/radeon_pm.c
360
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
372
tmp = INPLL(pllSCLK_MORE_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
379
tmp = INPLL(pllVCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
384
tmp = INPLL(pllPIXCLKS_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
400
tmp = INPLL(pllMCLK_MISC);
drivers/video/fbdev/aty/radeon_pm.c
405
tmp = INPLL(pllMCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
419
tmp = INPLL(pllMCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
436
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
442
tmp = INPLL(pllSCLK_CNTL2);
drivers/video/fbdev/aty/radeon_pm.c
451
tmp = INPLL( pllCLK_PWRMGT_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
460
tmp = INPLL(pllCLK_PIN_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
468
tmp = INPLL(pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
485
tmp = INPLL(pllSCLK_MORE_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
503
tmp = INPLL(pllPLL_PWRMGT_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
509
tmp = INPLL(pllPIXCLKS_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
520
tmp = INPLL(pllVCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
528
tmp = INPLL(pllMCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
536
tmp = INPLL(pllMCLK_MISC);
drivers/video/fbdev/aty/radeon_pm.c
563
rinfo->save_regs[0] = INPLL(PLL_PWRMGT_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
564
rinfo->save_regs[1] = INPLL(CLK_PWRMGT_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
565
rinfo->save_regs[2] = INPLL(MCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
566
rinfo->save_regs[3] = INPLL(SCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
567
rinfo->save_regs[4] = INPLL(CLK_PIN_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
568
rinfo->save_regs[5] = INPLL(VCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
569
rinfo->save_regs[6] = INPLL(PIXCLKS_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
570
rinfo->save_regs[7] = INPLL(MCLK_MISC);
drivers/video/fbdev/aty/radeon_pm.c
571
rinfo->save_regs[8] = INPLL(P2PLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
599
rinfo->save_regs[34] = INPLL(SCLK_MORE_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
610
rinfo->save_regs[43] = INPLL(pllSSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
611
rinfo->save_regs[44] = INPLL(pllSSPLL_REF_DIV);
drivers/video/fbdev/aty/radeon_pm.c
612
rinfo->save_regs[45] = INPLL(pllSSPLL_DIV_0);
drivers/video/fbdev/aty/radeon_pm.c
613
rinfo->save_regs[90] = INPLL(pllSS_INT_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
614
rinfo->save_regs[91] = INPLL(pllSS_TST_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
660
rinfo->save_regs[73] = INPLL(pllMPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
661
rinfo->save_regs[74] = INPLL(pllSPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
662
rinfo->save_regs[75] = INPLL(pllMPLL_AUX_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
663
rinfo->save_regs[76] = INPLL(pllSPLL_AUX_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
664
rinfo->save_regs[77] = INPLL(pllM_SPLL_REF_FB_DIV);
drivers/video/fbdev/aty/radeon_pm.c
665
rinfo->save_regs[78] = INPLL(pllAGP_PLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
676
rinfo->save_regs[89] = INPLL(pllP2PLL_REF_DIV);
drivers/video/fbdev/aty/radeon_pm.c
677
rinfo->save_regs[92] = INPLL(pllPPLL_DIV_0);
drivers/video/fbdev/aty/radeon_pm.c
678
rinfo->save_regs[93] = INPLL(pllPPLL_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
682
rinfo->save_regs[97] = INPLL(pllMDLL_CKO);
drivers/video/fbdev/aty/radeon_pm.c
683
rinfo->save_regs[98] = INPLL(pllMDLL_RDCKA);
drivers/video/fbdev/aty/radeon_pm.c
684
rinfo->save_regs[99] = INPLL(pllMDLL_RDCKB);
drivers/video/fbdev/aty/radeon_pm.c
759
INPLL(pllP2PLL_REF_DIV);
drivers/video/fbdev/aty/radeon_pm.c
765
OUTPLL(pllP2PLL_CNTL, INPLL(pllP2PLL_CNTL) & ~P2PLL_CNTL__P2PLL_SLEEP);
drivers/video/fbdev/aty/radeon_pm.c
768
OUTPLL(pllP2PLL_CNTL, INPLL(pllP2PLL_CNTL) & ~P2PLL_CNTL__P2PLL_RESET);
drivers/video/fbdev/aty/radeon_pm.c
772
(INPLL(pllPIXCLKS_CNTL) & ~PIXCLKS_CNTL__PIX2CLK_SRC_SEL_MASK)
drivers/video/fbdev/aty/radeon_pm.c
790
reg = INPLL(PLL_PWRMGT_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
836
sclk_cntl = INPLL( pllSCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
873
sclk_more_cntl = INPLL(pllSCLK_MORE_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
881
mclk_cntl = INPLL( pllMCLK_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
891
vclk_ecp_cntl = INPLL( pllVCLK_ECP_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
898
pixclks_cntl = INPLL( pllPIXCLKS_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
914
pll_pwrmgt_cntl = INPLL( pllPLL_PWRMGT_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
924
clk_pwrmgt_cntl = INPLL( pllCLK_PWRMGT_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
946
clk_pin_cntl = INPLL( pllCLK_PIN_CNTL);
drivers/video/fbdev/aty/radeon_pm.c
951
tmp = INPLL( pllMCLK_MISC) | MCLK_MISC__EN_MCLK_TRISTATE_IN_SUSPEND;
drivers/video/fbdev/aty/radeon_pm.c
988
tmp = INPLL( pllPLL_PWRMGT_CNTL) & ~PLL_PWRMGT_CNTL__PM_MODE_SEL;