Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/aty/
Dmach64_ct.c348 u8 dll_cntl; in aty_set_pll_ct() local
351 dll_cntl = 0x80; in aty_set_pll_ct()
353 dll_cntl = 0xa6; in aty_set_pll_ct()
355 dll_cntl = 0xa0; in aty_set_pll_ct()
356 aty_st_pll_ct(DLL_CNTL, dll_cntl, par); in aty_set_pll_ct()
362 aty_st_pll_ct(DLL_CNTL, dll_cntl, par); in aty_set_pll_ct()
364 aty_st_pll_ct(DLL_CNTL, dll_cntl | 0x40, par); in aty_set_pll_ct()
366 aty_st_pll_ct(DLL_CNTL, dll_cntl & ~0x40, par); in aty_set_pll_ct()