Home
last modified time | relevance | path

Searched refs:dlm (Results 1 – 9 of 9) sorted by relevance

/drivers/media/platform/renesas/vsp1/
Dvsp1_dl.c185 struct vsp1_dl_manager *dlm; member
534 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_get_pre_cmd() local
539 dl->pre_cmd = vsp1_dl_ext_cmd_get(dlm->cmdpool); in vsp1_dl_get_pre_cmd()
548 static struct vsp1_dl_list *vsp1_dl_list_alloc(struct vsp1_dl_manager *dlm) in vsp1_dl_list_alloc() argument
558 dl->dlm = dlm; in vsp1_dl_list_alloc()
561 dl->body0 = vsp1_dl_body_get(dlm->pool); in vsp1_dl_list_alloc()
604 struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm) in vsp1_dl_list_get() argument
609 spin_lock_irqsave(&dlm->lock, flags); in vsp1_dl_list_get()
611 if (!list_empty(&dlm->free)) { in vsp1_dl_list_get()
612 dl = list_first_entry(&dlm->free, struct vsp1_dl_list, list); in vsp1_dl_list_get()
[all …]
Dvsp1_dl.h57 void vsp1_dlm_destroy(struct vsp1_dl_manager *dlm);
58 void vsp1_dlm_reset(struct vsp1_dl_manager *dlm);
59 unsigned int vsp1_dlm_irq_frame_end(struct vsp1_dl_manager *dlm);
60 struct vsp1_dl_body *vsp1_dlm_dl_body_get(struct vsp1_dl_manager *dlm);
62 struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm);
Dvsp1_wpf.c209 vsp1_dlm_destroy(wpf->dlm); in vsp1_wpf_destroy()
219 dl_next = vsp1_dl_list_get(wpf->dlm); in wpf_configure_writeback_chain()
569 wpf->dlm = vsp1_dlm_create(vsp1, index, 64); in vsp1_wpf_create()
570 if (!wpf->dlm) { in vsp1_wpf_create()
Dvsp1_rwpf.h66 struct vsp1_dl_manager *dlm; member
Dvsp1_video.c385 dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run()
408 dl_next = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run()
823 pipe->stream_config = vsp1_dlm_dl_body_get(pipe->output->dlm); in vsp1_video_setup_pipeline()
Dvsp1_pipe.c404 flags = vsp1_dlm_irq_frame_end(pipe->output->dlm); in vsp1_pipeline_frame_end()
Dvsp1_drm.c554 dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_du_pipeline_configure()
706 vsp1_dlm_reset(pipe->output->dlm); in vsp1_du_setup_lif()
/drivers/tty/serial/8250/
D8250_port.c340 unsigned char dlm = serial_in(up, UART_DLM); in default_serial_dl_read() local
342 return dll | dlm << 8; in default_serial_dl_read()
3480 unsigned char lcr, dll, dlm; in probe_baud() local
3486 dlm = serial_port_in(port, UART_DLM); in probe_baud()
3489 quot = (dlm << 8) | dll; in probe_baud()
/drivers/tty/serial/
Dpch_uart.c434 unsigned int dll, dlm, lcr; in pch_uart_hal_set_line() local
444 dlm = ((unsigned int)div >> 8) & 0x00FFU; in pch_uart_hal_set_line()
469 iowrite8(dlm, priv->membase + PCH_UART_DLM); in pch_uart_hal_set_line()