Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Dmach64_gx.c150 pll->ibm514.m = RGB514_clocks[i].m; in aty_var_to_pll_514()
151 pll->ibm514.n = RGB514_clocks[i].n; in aty_var_to_pll_514()
162 df = pll->ibm514.m >> 6; in aty_pll_514_to_var()
163 vco_div_count = pll->ibm514.m & 0x3f; in aty_pll_514_to_var()
164 ref_div_count = pll->ibm514.n; in aty_pll_514_to_var()
178 aty_st_514(0x20, pll->ibm514.m, info); /* F0 / M0 */ in aty_set_pll_514()
179 aty_st_514(0x21, pll->ibm514.n, info); /* F1 / N0 */ in aty_set_pll_514()
Datyfb.h70 struct pll_514 ibm514; member