Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/meson/
H A Dmeson_viu.c180 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()
/linux/tools/perf/util/
H A Dsort.c1847 struct map *l_map, *r_map;
1859 r_map = mem_info__daddr(right->mem_info)->ms.map; in hist_entry__local_ins_lat_snprintf()
1862 if (!l_map && !r_map)
1866 if (!r_map) return 1;
1869 r_dso = map__dso(r_map);
1722 struct map *l_map, *r_map; sort__dcacheline_cmp() local