Searched refs:cached_vco (Results 1 – 1 of 1) sorted by relevance
973 static u_long cached_vco; local979 if (cached_vco)980 return cached_vco;987 cached_vco = get_clkin_hz();988 cached_vco >>= (1 & pll_ctl); /* DF bit */989 cached_vco *= msel;990 return cached_vco;