Home
last modified time | relevance | path

Searched refs:MIPI_PORT_CONTROL (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_dpi.c154 REG_FLD_MOD(MIPI_PORT_CONTROL(pipe), 0, 16, 16); in dsi_set_pipe_plane_enable_state()
155 REG_READ(MIPI_PORT_CONTROL(pipe)); /* posted write? */ in dsi_set_pipe_plane_enable_state()
659 REG_WRITE(MIPI_PORT_CONTROL(pipe), in mdfld_dsi_dpi_set_power()
660 REG_READ(MIPI_PORT_CONTROL(pipe)) | BIT(31)); in mdfld_dsi_dpi_set_power()
661 REG_READ(MIPI_PORT_CONTROL(pipe)); in mdfld_dsi_dpi_set_power()
676 REG_WRITE(MIPI_PORT_CONTROL(pipe), in mdfld_dsi_dpi_set_power()
677 REG_READ(MIPI_PORT_CONTROL(pipe)) & ~BIT(31)); in mdfld_dsi_dpi_set_power()
678 REG_READ(MIPI_PORT_CONTROL(pipe)); in mdfld_dsi_dpi_set_power()
780 REG_WRITE(MIPI_PORT_CONTROL(0), 0x00000002); in mdfld_mipi_config()
781 REG_WRITE(MIPI_PORT_CONTROL( in mdfld_mipi_config()
[all...]
H A Dmdfld_dsi_pkg_sender.c660 REG_WRITE(MIPI_PORT_CONTROL(pipe), mipi_val); in mdfld_dsi_pkg_sender_init()
661 REG_READ(MIPI_PORT_CONTROL(pipe)); in mdfld_dsi_pkg_sender_init()
H A Dmdfld_dsi_output.h131 #define MIPI_PORT_CONTROL(pipe) (CHECK_PIPE(pipe) ? MIPI_C : MIPI) macro

Completed in 4 milliseconds