Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dtdvfbreg.h162 #define TDV_GENDAC_REFFREQ 14318 macro
H A Dtdvfb.c699 mdbl = (2 * freq * (1 << n2)*(n1 + 2)) / TDV_GENDAC_REFFREQ - 4; in tdvfb_gendac_calc_pll()
708 fout = (TDV_GENDAC_REFFREQ * (m + 2)) / ((1 << n2) * (n1 + 2)); in tdvfb_gendac_calc_pll()
718 fout = (TDV_GENDAC_REFFREQ * (best_m + 2)) / ((1 << n2) * (best_n1 + 2)); in tdvfb_gendac_calc_pll()