Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/meson/
H A Dmeson_vpu_init.c189 unsigned int *r_map, unsigned int *g_map, in meson_viu_set_osd_lut() argument
217 writel(r_map[OSD_OETF_LUT_SIZE - 1] | (g_map[0] << 16), in meson_viu_set_osd_lut()
221 writel(g_map[i * 2 + 1] | (g_map[i * 2 + 2] << 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()
248 writel(g_map[i * 2 + 1] | (g_map[i * 2 + 2] << 16), in meson_viu_set_osd_lut()
/openbmc/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
206 writel(r_map[OSD_OETF_LUT_SIZE - 1] | (g_map[0] << 16), in meson_viu_set_osd_lut()
210 writel(g_map[i * 2 + 1] | (g_map[i * 2 + 2] << 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()
237 writel(g_map[i * 2 + 1] | (g_map[i * 2 + 2] << 16), in meson_viu_set_osd_lut()
/openbmc/qemu/hw/mips/
H A Dloongson3_bootp.c46 static void init_memory_map(void *g_map, uint64_t ram_size) in init_memory_map() argument
48 struct efi_memory_map_loongson *emap = g_map; in init_memory_map()