Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/meson/
H A Dmeson_vpu_init.c190 unsigned int *b_map, in meson_viu_set_osd_lut() argument
225 writel(b_map[i * 2] | (b_map[i * 2 + 1] << 16), in meson_viu_set_osd_lut()
228 writel(b_map[OSD_OETF_LUT_SIZE - 1], in meson_viu_set_osd_lut()
252 writel(b_map[i * 2] | (b_map[i * 2 + 1] << 16), in meson_viu_set_osd_lut()
255 writel(b_map[OSD_EOTF_LUT_SIZE - 1], in meson_viu_set_osd_lut()
/openbmc/linux/drivers/gpu/drm/meson/
H 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()
/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()
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 …]