Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/aty/
Dmach64_ct.c515 pll->ct.xclk_post_div_real = postdividers[pll_ext_cntl & 0x07]; in aty_init_pll_ct()
537 pll->ct.xclk_post_div_real = postdividers[xpost_div]; in aty_init_pll_ct()
538 pll->ct.mclk_fb_div = q * pll->ct.xclk_post_div_real / 8; in aty_init_pll_ct()
552 __func__, pllmclk, pllmclk / pll->ct.xclk_post_div_real); in aty_init_pll_ct()
Datyfb.h102 u8 xclk_post_div_real; member
Datyfb_base.c1864 clk.xclk_post_div = pll->ct.xclk_post_div_real; in atyfb_ioctl()
1890 pll->ct.xclk_post_div_real = clk.xclk_post_div; in atyfb_ioctl()