pll_gen_cntl       84 drivers/video/fbdev/aty/atyfb.h 	u8 pll_gen_cntl;
pll_gen_cntl      292 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.pll_ext_cntl, pll->ct.pll_gen_cntl, pll->ct.pll_vclk_cntl);
pll_gen_cntl      334 drivers/video/fbdev/aty/mach64_ct.c 	aty_st_pll_ct(PLL_GEN_CNTL, (pll->ct.pll_gen_cntl & (~(PLL_OVERRIDE | PLL_MCLK_RST))) | OSC_EN, par);
pll_gen_cntl      340 drivers/video/fbdev/aty/mach64_ct.c 	aty_st_pll_ct(PLL_GEN_CNTL, pll->ct.pll_gen_cntl, par);
pll_gen_cntl      391 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.pll_gen_cntl = aty_ld_pll_ct(PLL_GEN_CNTL, par);
pll_gen_cntl      557 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.pll_gen_cntl = OSC_EN;
pll_gen_cntl      559 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.pll_gen_cntl = OSC_EN | DLL_PWDN /* | FORCE_DCLK_TRI_STATE */;
pll_gen_cntl      570 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.pll_gen_cntl |= (xpost_div << 4); /* mclk == xclk */
pll_gen_cntl      576 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.pll_gen_cntl |= (6 << 4); /* mclk == sclk */
pll_gen_cntl      628 drivers/video/fbdev/aty/mach64_ct.c 	aty_st_pll_ct(PLL_GEN_CNTL, pll->ct.pll_gen_cntl, par);