Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/meson/
A 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/sound/soc/codecs/
A Drt5682s.c2245 struct pll_calc_map a_map, b_map; in rt5682s_set_component_pll() local
2275 &a_map, &b_map); in rt5682s_set_component_pll()
2309 b_map.freq_in, b_map.freq_out, b_map.m_bp, b_map.k_bp, in rt5682s_set_component_pll()
2310 (b_map.m_bp ? 0 : b_map.m), b_map.n, (b_map.k_bp ? 0 : b_map.k), in rt5682s_set_component_pll()
2311 b_map.byp_ps, b_map.sel_ps); in rt5682s_set_component_pll()
2313 RT5682S_PLLB_N_MASK, b_map.n); in rt5682s_set_component_pll()
2316 b_map.m << RT5682S_PLLB_M_SFT | b_map.k); in rt5682s_set_component_pll()
2320 b_map.sel_ps << RT5682S_PLLB_SEL_PS_SFT | in rt5682s_set_component_pll()
2321 b_map.byp_ps << RT5682S_PLLB_BYP_PS_SFT | in rt5682s_set_component_pll()
2322 b_map.m_bp << RT5682S_PLLB_M_BP_SFT | in rt5682s_set_component_pll()
[all …]

Completed in 10 milliseconds