Searched defs:freq_hz (Results 1 – 5 of 5) sorted by relevance
76 static int pll_para_config(u32 freq_hz, struct pll_div *div) in pll_para_config()
226 static int pll_para_config(ulong freq_hz, struct pll_div *div, uint *ext_div) in pll_para_config()
334 static int pll_para_config(u32 freq_hz, struct pll_div *div) in pll_para_config()
106 u32 freq_hz; /* in HZ */ member
221 float freq_hz = (static_cast<float>(i) / kFftSize) * sample_rate_hz_; in Initialize() local