Lines Matching refs:b_map
2274 struct pll_calc_map a_map, b_map; in rt5682s_set_component_pll() local
2304 &a_map, &b_map); in rt5682s_set_component_pll()
2338 b_map.freq_in, b_map.freq_out, b_map.m_bp, b_map.k_bp, in rt5682s_set_component_pll()
2339 (b_map.m_bp ? 0 : b_map.m), b_map.n, (b_map.k_bp ? 0 : b_map.k), in rt5682s_set_component_pll()
2340 b_map.byp_ps, b_map.sel_ps); in rt5682s_set_component_pll()
2342 RT5682S_PLLB_N_MASK, b_map.n); in rt5682s_set_component_pll()
2345 b_map.m << RT5682S_PLLB_M_SFT | b_map.k); in rt5682s_set_component_pll()
2349 b_map.sel_ps << RT5682S_PLLB_SEL_PS_SFT | in rt5682s_set_component_pll()
2350 b_map.byp_ps << RT5682S_PLLB_BYP_PS_SFT | in rt5682s_set_component_pll()
2351 b_map.m_bp << RT5682S_PLLB_M_BP_SFT | in rt5682s_set_component_pll()
2352 b_map.k_bp << RT5682S_PLLB_K_BP_SFT); in rt5682s_set_component_pll()