Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5682s.c2334 struct pll_calc_map a_map, b_map; in rt5682s_set_component_pll() local
2364 &a_map, &b_map); in rt5682s_set_component_pll()
2382 a_map.freq_in, a_map.freq_out, a_map.m_bp, a_map.k_bp, in rt5682s_set_component_pll()
2383 (a_map.m_bp ? 0 : a_map.m), a_map.n, (a_map.k_bp ? 0 : a_map.k)); in rt5682s_set_component_pll()
2385 RT5682S_PLLA_N_MASK, a_map.n); in rt5682s_set_component_pll()
2388 a_map.m << RT5682S_PLLA_M_SFT | a_map.k); in rt5682s_set_component_pll()
2391 a_map.m_bp << RT5682S_PLLA_M_BP_SFT | in rt5682s_set_component_pll()
2392 a_map.k_bp << RT5682S_PLLA_K_BP_SFT); in rt5682s_set_component_pll()