Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/meson/
Dmeson_viu.c181 unsigned int *b_map, bool csc_on) in meson_viu_set_osd_lut() argument
214 writel(b_map[i * 2] | (b_map[i * 2 + 1] << 16), in meson_viu_set_osd_lut()
217 writel(b_map[OSD_OETF_LUT_SIZE - 1], in meson_viu_set_osd_lut()
241 writel(b_map[i * 2] | (b_map[i * 2 + 1] << 16), in meson_viu_set_osd_lut()
244 writel(b_map[OSD_EOTF_LUT_SIZE - 1], in meson_viu_set_osd_lut()
/linux-6.1.9/sound/soc/codecs/
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()
2398 b_map.freq_in, b_map.freq_out, b_map.m_bp, b_map.k_bp, in rt5682s_set_component_pll()
2399 (b_map.m_bp ? 0 : b_map.m), b_map.n, (b_map.k_bp ? 0 : b_map.k), in rt5682s_set_component_pll()
2400 b_map.byp_ps, b_map.sel_ps); in rt5682s_set_component_pll()
2402 RT5682S_PLLB_N_MASK, b_map.n); in rt5682s_set_component_pll()
2405 b_map.m << RT5682S_PLLB_M_SFT | b_map.k); in rt5682s_set_component_pll()
2409 b_map.sel_ps << RT5682S_PLLB_SEL_PS_SFT | in rt5682s_set_component_pll()
2410 b_map.byp_ps << RT5682S_PLLB_BYP_PS_SFT | in rt5682s_set_component_pll()
2411 b_map.m_bp << RT5682S_PLLB_M_BP_SFT | in rt5682s_set_component_pll()
[all …]