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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_ct.c344 u8 dll_cntl; local
347 dll_cntl = 0x80;
349 dll_cntl = 0xa6;
351 dll_cntl = 0xa0;
352 aty_st_pll_ct(DLL_CNTL, dll_cntl, par);
358 aty_st_pll_ct(DLL_CNTL, dll_cntl, par);
360 aty_st_pll_ct(DLL_CNTL, dll_cntl | 0x40, par);
362 aty_st_pll_ct(DLL_CNTL, dll_cntl & ~0x40, par);

Completed in 49 milliseconds