Home
last modified time | relevance | path

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

/drivers/gpu/drm/lima/
A Dlima_device.c53 LIMA_IP_DESC(l2_cache0, true, true, 0x01000, 0x10000, l2_cache, NULL),
54 LIMA_IP_DESC(l2_cache1, false, true, -1, 0x01000, l2_cache, NULL),
55 LIMA_IP_DESC(l2_cache2, false, false, -1, 0x11000, l2_cache, NULL),
283 pipe->l2_cache[pipe->num_l2_cache++] = dev->ip + lima_ip_l2_cache0; in lima_init_gp_pipe()
318 struct lima_ip *l2_cache; in lima_init_pp_pipe() local
321 l2_cache = dev->ip + lima_ip_l2_cache0; in lima_init_pp_pipe()
323 l2_cache = dev->ip + lima_ip_l2_cache1 + (i >> 2); in lima_init_pp_pipe()
325 if (pp->present && ppmmu->present && l2_cache->present) { in lima_init_pp_pipe()
328 if (!pipe->l2_cache[i >> 2]) in lima_init_pp_pipe()
329 pipe->l2_cache[pipe->num_l2_cache++] = l2_cache; in lima_init_pp_pipe()
A Dlima_sched.h61 struct lima_ip *l2_cache[LIMA_SCHED_PIPE_MAX_L2_CACHE]; member
A Dlima_sched.c251 lima_l2_cache_flush(pipe->l2_cache[i]); in lima_sched_run_job()
503 lima_l2_cache_flush(pipe->l2_cache[i]); in lima_sched_recover_work()
/drivers/pinctrl/renesas/
A Dpinctrl-rzn1.c223 u32 l2_cache; in rzn1_set_hw_pin_func() local
263 l2_cache = l2; in rzn1_set_hw_pin_func()
278 if (l1 != l1_cache || l2 != l2_cache) { in rzn1_set_hw_pin_func()

Completed in 13 milliseconds