Home
last modified time | relevance | path

Searched refs:l2_cache (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/lima/
Dlima_device.c48 LIMA_IP_DESC(l2_cache0, true, true, 0x01000, 0x10000, l2_cache, NULL),
49 LIMA_IP_DESC(l2_cache1, false, true, -1, 0x01000, l2_cache, NULL),
50 LIMA_IP_DESC(l2_cache2, false, false, -1, 0x11000, l2_cache, NULL),
220 pipe->l2_cache[pipe->num_l2_cache++] = dev->ip + lima_ip_l2_cache0; in lima_init_gp_pipe()
253 struct lima_ip *l2_cache; in lima_init_pp_pipe() local
256 l2_cache = dev->ip + lima_ip_l2_cache0; in lima_init_pp_pipe()
258 l2_cache = dev->ip + lima_ip_l2_cache1 + (i >> 2); in lima_init_pp_pipe()
260 if (pp->present && ppmmu->present && l2_cache->present) { in lima_init_pp_pipe()
263 if (!pipe->l2_cache[i >> 2]) in lima_init_pp_pipe()
264 pipe->l2_cache[pipe->num_l2_cache++] = l2_cache; in lima_init_pp_pipe()
Dlima_sched.h50 struct lima_ip *l2_cache[LIMA_SCHED_PIPE_MAX_L2_CACHE]; member
Dlima_sched.c234 lima_l2_cache_flush(pipe->l2_cache[i]); in lima_sched_run_job()
/Linux-v5.4/arch/arm/mach-socfpga/
DMakefile9 obj-$(CONFIG_EDAC_ALTERA_L2C) += l2_cache.o
/Linux-v5.4/arch/powerpc/kernel/
Dsmp.c1130 struct device_node *l2_cache, *np; in update_mask_by_l2() local
1133 l2_cache = cpu_to_l2cache(cpu); in update_mask_by_l2()
1134 if (!l2_cache) in update_mask_by_l2()
1146 if (np == l2_cache) in update_mask_by_l2()
1151 of_node_put(l2_cache); in update_mask_by_l2()
/Linux-v5.4/drivers/pinctrl/
Dpinctrl-rzn1.c219 u32 l2_cache; in rzn1_set_hw_pin_func() local
259 l2_cache = l2; in rzn1_set_hw_pin_func()
274 if (l1 != l1_cache || l2 != l2_cache) { in rzn1_set_hw_pin_func()
/Linux-v5.4/arch/x86/kernel/cpu/
Dcacheinfo.c184 union l2_cache { union
237 union l2_cache l2; in amd_cpuid4()
/Linux-v5.4/drivers/staging/media/allegro-dvt/
Dallegro-core.c306 s32 l2_cache[3]; member
901 msg.l2_cache[0] = -1; in allegro_mcu_send_init()
902 msg.l2_cache[1] = -1; in allegro_mcu_send_init()
903 msg.l2_cache[2] = -1; in allegro_mcu_send_init()