Searched refs:g_map (Results 1 – 2 of 2) sorted by relevance
189 unsigned int *r_map, unsigned int *g_map, in meson_viu_set_osd_lut() argument217 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()
47 static void init_memory_map(void *g_map, uint64_t ram_size) in init_memory_map() argument49 struct efi_memory_map_loongson *emap = g_map; in init_memory_map()