Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/aty/
Dmach64_gx.c153 pll->ibm514.m = RGB514_clocks[i].m; in aty_var_to_pll_514()
154 pll->ibm514.n = RGB514_clocks[i].n; in aty_var_to_pll_514()
166 df = pll->ibm514.m >> 6; in aty_pll_514_to_var()
167 vco_div_count = pll->ibm514.m & 0x3f; in aty_pll_514_to_var()
168 ref_div_count = pll->ibm514.n; in aty_pll_514_to_var()
185 aty_st_514(0x20, pll->ibm514.m, par); /* F0 / M0 */ in aty_set_pll_514()
186 aty_st_514(0x21, pll->ibm514.n, par); /* F1 / N0 */ in aty_set_pll_514()
Datyfb.h120 struct pll_514 ibm514; member