Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/gma500/
Dmdfld_dsi_dpi.c39 u32 gen_fifo_stat_reg = MIPI_GEN_FIFO_STAT_REG(pipe); in mdfld_wait_for_HS_DATA_FIFO()
57 u32 gen_fifo_stat_reg = MIPI_GEN_FIFO_STAT_REG(pipe); in mdfld_wait_for_HS_CTRL_FIFO()
74 u32 gen_fifo_stat_reg = MIPI_GEN_FIFO_STAT_REG(pipe); in mdfld_wait_for_DPI_CTRL_FIFO()
167 if (REG_BIT_WAIT(MIPI_GEN_FIFO_STAT_REG(pipe), 1, 28)) in dsi_set_pipe_plane_enable_state()
Dmdfld_dsi_output.h118 #define MIPI_GEN_FIFO_STAT_REG(pipe) (0xb074 + REG_OFFSET(pipe)) macro
Dmdfld_intel_display.c248 mdfld_dsi_gen_fifo_ready(dev, MIPI_GEN_FIFO_STAT_REG(pipe), in mdfld_disable_crtc()
433 MIPI_GEN_FIFO_STAT_REG(pipe), in mdfld_crtc_dpms()
Dmdfld_dsi_pkg_sender.c639 pkg_sender->mipi_gen_fifo_stat_reg = MIPI_GEN_FIFO_STAT_REG(pipe); in mdfld_dsi_pkg_sender_init()