Home
last modified time | relevance | path

Searched refs:INPLL (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dradeonfb.c586 unsigned int _tmp = INPLL(addr); \
607 #define INPLL(addr) _INPLL(rinfo, addr) macro
743 tmp = INPLL(SCLK_CNTL); in _radeon_engine_reset()
750 tmp = INPLL(SCLK_MORE_CNTL); in _radeon_engine_reset()
756 mclk_cntl = INPLL(MCLK_CNTL); in _radeon_engine_reset()
1115 tmp = INPLL(M_SPLL_REF_FB_DIV); in radeon_get_pllinfo()
1116 ref_div = INPLL(PPLL_REF_DIV) & 0x3ff; in radeon_get_pllinfo()
2845 vclk_cntl = INPLL(VCLK_ECP_CNTL); in radeon_setcolreg()
2941 save->vclk_ecp_cntl = INPLL(VCLK_ECP_CNTL); in radeon_save_state()
3334 if ((mode->ppll_ref_div == (INPLL(PPLL_REF_DIV) & PPLL_REF_DIV_MASK)) && in radeon_write_pll_regs()
[all …]