Searched refs:pll_fout (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/display/astro-display/
H A Dastro-clock.cpp77 uint32_t pll_fout; local
81 pll_fout = pll_cfg_.fout * d.clock_factor;
86 (pll_fout < MIN_PLL_FREQ_KHZ) || (pll_fout > MAX_PLL_FREQ_KHZ)) {
94 // [pll_vco] / [od1] / [od2] / [od3] = pll_fout
95 // [fvco] --->[OD1] --->[OD2] ---> [OD3] --> pll_fout
99 uint32_t fod3 = pll_fout * od3;
112 pll_cfg_.pll_fout = pll_fout;
130 pll_cfg_.bitrate = pll_fout * kKH
[all...]
H A Daml-dsi.h201 uint32_t pll_fout; member in struct:PllConfig

Completed in 22 milliseconds