Searched refs:aty_ld_pll (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/video/aty/ |
D | mach64_ct.c | 87 u8 stdcall aty_ld_pll(int offset, const struct fb_info_aty *info) in aty_ld_pll() function 266 a = aty_ld_pll(VCLK_POST_DIV, info) & ~3; in aty_set_pll_ct() 344 info->pll_ref_div = aty_ld_pll(PLL_REF_DIV, info); in aty_init_pll_ct() 345 pll_ext_cntl = aty_ld_pll(PLL_EXT_CNTL, info); in aty_init_pll_ct() 347 mclk_fb_div = aty_ld_pll(MCLK_FB_DIV, info); in aty_init_pll_ct() 427 aty_st_pll(EXT_VPLL_CNTL, aty_ld_pll(EXT_VPLL_CNTL, info) & in aty_init_pll_ct()
|
D | atyfb.h | 291 extern u8 aty_ld_pll(int offset, const struct fb_info_aty *info) stdcall;
|
D | atyfb_base.c | 2106 u8 pll_ref_div = aty_ld_pll(PLL_REF_DIV, info); in aty_init() 2243 printk(" %02x", aty_ld_pll(i, info)); in aty_init() 2260 printk(" %02x", aty_ld_pll(i, info)); in aty_init() 2648 pll_regs[i] = aty_ld_pll(i, info); in atyfb_init()
|
/linux-2.4.37.9/drivers/video/ |
D | aty128fb.c | 523 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, info) macro 549 return !(aty_ld_pll(PPLL_REF_DIV) & PPLL_ATOMIC_UPDATE_R); in aty_pll_readupdate() 577 aty_ld_pll(PPLL_REF_DIV) | PPLL_ATOMIC_UPDATE_W); in aty_pll_writeupdate() 676 mclk_cntl = aty_ld_pll(MCLK_CNTL); in aty128_reset_engine() 803 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~(0x00030000)); in aty128_set_crtc() 1113 aty_ld_pll(PPLL_CNTL) | PPLL_RESET | PPLL_ATOMIC_UPDATE_EN); in aty128_set_pll() 1120 div3 = aty_ld_pll(PPLL_DIV_3); in aty128_set_pll() 1136 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~PPLL_RESET); in aty128_set_pll() 1142 aty_st_pll(VCLK_ECP_CNTL, aty_ld_pll(VCLK_ECP_CNTL) | 0xc0); in aty128_set_pll() 1147 aty_st_pll(XCLK_CNTL, aty_ld_pll(XCLK_CNTL) | 0x00330000); in aty128_set_pll() [all …]
|