Searched refs:l2_cache (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/lima/ |
D | lima_device.c | 52 LIMA_IP_DESC(l2_cache0, true, true, 0x01000, 0x10000, l2_cache, NULL), 53 LIMA_IP_DESC(l2_cache1, false, true, -1, 0x01000, l2_cache, NULL), 54 LIMA_IP_DESC(l2_cache2, false, false, -1, 0x11000, l2_cache, NULL), 282 pipe->l2_cache[pipe->num_l2_cache++] = dev->ip + lima_ip_l2_cache0; in lima_init_gp_pipe() 317 struct lima_ip *l2_cache; in lima_init_pp_pipe() local 320 l2_cache = dev->ip + lima_ip_l2_cache0; in lima_init_pp_pipe() 322 l2_cache = dev->ip + lima_ip_l2_cache1 + (i >> 2); in lima_init_pp_pipe() 324 if (pp->present && ppmmu->present && l2_cache->present) { in lima_init_pp_pipe() 327 if (!pipe->l2_cache[i >> 2]) in lima_init_pp_pipe() 328 pipe->l2_cache[pipe->num_l2_cache++] = l2_cache; in lima_init_pp_pipe()
|
D | lima_sched.h | 64 struct lima_ip *l2_cache[LIMA_SCHED_PIPE_MAX_L2_CACHE]; member
|
D | lima_sched.c | 268 lima_l2_cache_flush(pipe->l2_cache[i]); in lima_sched_run_job() 483 lima_l2_cache_flush(pipe->l2_cache[i]); in lima_sched_recover_work()
|
/drivers/staging/media/allegro-dvt/ |
D | allegro-mail.c | 52 dst[i++] = msg->l2_cache[0]; in allegro_enc_init() 53 dst[i++] = msg->l2_cache[1]; in allegro_enc_init() 54 dst[i++] = msg->l2_cache[2]; in allegro_enc_init()
|
D | allegro-mail.h | 40 s32 l2_cache[3]; member
|
D | allegro-core.c | 799 msg.l2_cache[0] = -1; in allegro_mcu_send_init() 800 msg.l2_cache[1] = -1; in allegro_mcu_send_init() 801 msg.l2_cache[2] = -1; in allegro_mcu_send_init()
|
/drivers/pinctrl/renesas/ |
D | pinctrl-rzn1.c | 219 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()
|