Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Dmach64_ct.c19 static void aty_st_pll(int offset, u8 val, const struct fb_info_aty *info) stdcall;
99 static void stdcall aty_st_pll(int offset, u8 val, const struct fb_info_aty *info) in aty_st_pll() function
265 aty_st_pll(PLL_VCLK_CNTL, pll->ct.pll_vclk_cntl, info); in aty_set_pll_ct()
267 aty_st_pll(VCLK_POST_DIV, a | pll->ct.vclk_post_div, info); in aty_set_pll_ct()
268 aty_st_pll(VCLK0_FB_DIV, pll->ct.vclk_fb_div, info); in aty_set_pll_ct()
410 aty_st_pll(SCLK_FB_DIV, sclk_fb_div, info); in aty_init_pll_ct()
411 aty_st_pll(SPLL_CNTL2, spll_cntl2, info); in aty_init_pll_ct()
421 aty_st_pll(PLL_REF_DIV, pll_ref_div, info); in aty_init_pll_ct()
422 aty_st_pll(PLL_GEN_CNTL, pll_gen_cntl, info); in aty_init_pll_ct()
423 aty_st_pll(MCLK_FB_DIV, info->mclk_fb_div, info); in aty_init_pll_ct()
[all …]
/linux-2.4.37.9/drivers/video/
Daty128fb.c524 #define aty_st_pll(pll_index, val) _aty_st_pll(pll_index, val, info) macro
576 aty_st_pll(PPLL_REF_DIV, in aty_pll_writeupdate()
678 aty_st_pll(MCLK_CNTL, mclk_cntl | 0x00030000); in aty128_reset_engine()
686 aty_st_pll(MCLK_CNTL, mclk_cntl); in aty128_reset_engine()
803 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~(0x00030000)); in aty128_set_crtc()
1112 aty_st_pll(PPLL_CNTL, in aty128_set_pll()
1117 aty_st_pll(PPLL_REF_DIV, info->constants.ref_divider & 0x3ff); in aty128_set_pll()
1128 aty_st_pll(PPLL_DIV_3, div3); in aty128_set_pll()
1132 aty_st_pll(HTOTAL_CNTL, 0); /* no horiz crtc adjustment */ in aty128_set_pll()
1136 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~PPLL_RESET); in aty128_set_pll()
[all …]