Searched refs:r_map (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_vpu_init.c | 189 unsigned int *r_map, unsigned int *g_map, in meson_viu_set_osd_lut() argument 214 writel(r_map[i * 2] | (r_map[i * 2 + 1] << 16), in meson_viu_set_osd_lut() 217 writel(r_map[OSD_OETF_LUT_SIZE - 1] | (g_map[0] << 16), in meson_viu_set_osd_lut() 241 writel(r_map[i * 2] | (r_map[i * 2 + 1] << 16), in meson_viu_set_osd_lut() 244 writel(r_map[OSD_EOTF_LUT_SIZE - 1] | (g_map[0] << 16), in meson_viu_set_osd_lut()
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_viu.c | 180 unsigned int *r_map, unsigned int *g_map, in meson_viu_set_osd_lut() argument 203 writel(r_map[i * 2] | (r_map[i * 2 + 1] << 16), in meson_viu_set_osd_lut() 206 writel(r_map[OSD_OETF_LUT_SIZE - 1] | (g_map[0] << 16), in meson_viu_set_osd_lut() 230 writel(r_map[i * 2] | (r_map[i * 2 + 1] << 16), in meson_viu_set_osd_lut() 233 writel(r_map[OSD_EOTF_LUT_SIZE - 1] | (g_map[0] << 16), in meson_viu_set_osd_lut()
|
/openbmc/linux/tools/perf/util/ |
H A D | sort.c | 1507 struct map *l_map, *r_map; in sort__dcacheline_cmp() local 1519 r_map = right->mem_info->daddr.ms.map; in sort__dcacheline_cmp() 1522 if (!l_map && !r_map) in sort__dcacheline_cmp() 1526 if (!r_map) return 1; in sort__dcacheline_cmp() 1529 r_dso = map__dso(r_map); in sort__dcacheline_cmp()
|