Home
last modified time | relevance | path

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

/drivers/media/platform/renesas/vsp1/
A Dvsp1_dl.c541 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_get_pre_cmd() local
565 dl->dlm = dlm; in vsp1_dl_list_alloc()
772 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_list_fill_header() local
872 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_list_hw_enqueue() local
887 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_list_commit_continuous() local
924 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_list_commit_singleshot() local
938 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_list_commit() local
1045 dlm->active = dlm->queued; in vsp1_dlm_irq_frame_end()
1057 dlm->queued = dlm->pending; in vsp1_dlm_irq_frame_end()
1121 if (!dlm) in vsp1_dlm_create()
[all …]
A 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);
A Dvsp1_wpf.c207 vsp1_dlm_destroy(wpf->dlm); in vsp1_wpf_destroy()
217 dl_next = vsp1_dl_list_get(wpf->dlm); in wpf_configure_writeback_chain()
589 wpf->dlm = vsp1_dlm_create(vsp1, index, 64); in vsp1_wpf_create()
590 if (!wpf->dlm) { in vsp1_wpf_create()
A Dvsp1_vspx.c390 vsp1_dlm_reset(pipe->output->dlm); in vsp1_isp_stop_streaming()
426 job->dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_isp_job_prepare()
468 second_dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_isp_job_prepare()
A Dvsp1_rwpf.h66 struct vsp1_dl_manager *dlm; member
A Dvsp1_video.c277 dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run()
300 dl_next = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run()
771 pipe->stream_config = vsp1_dlm_dl_body_get(pipe->output->dlm); in vsp1_video_setup_pipeline()
A Dvsp1_drm.c562 dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_du_pipeline_configure()
716 vsp1_dlm_reset(pipe->output->dlm); in vsp1_du_setup_lif()
A Dvsp1_pipe.c574 flags = vsp1_dlm_irq_frame_end(pipe->output->dlm); in vsp1_pipeline_frame_end()
/drivers/tty/serial/8250/
A D8250_port.c320 unsigned char dlm = serial_in(up, UART_DLM); in default_serial_dl_read() local
322 return dll | dlm << 8; in default_serial_dl_read()
3430 unsigned char lcr, dll, dlm; in probe_baud() local
3436 dlm = serial_port_in(port, UART_DLM); in probe_baud()
3439 quot = (dlm << 8) | dll; in probe_baud()
/drivers/tty/serial/
A Dpch_uart.c431 unsigned int dll, dlm, lcr; in pch_uart_hal_set_line() local
441 dlm = ((unsigned int)div >> 8) & 0x00FFU; in pch_uart_hal_set_line()
466 iowrite8(dlm, priv->membase + PCH_UART_DLM); in pch_uart_hal_set_line()

Completed in 42 milliseconds