Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/gma500/
Dmdfld_dsi_dpi.c150 REG_FLD_MOD(MIPI_PORT_CONTROL(pipe), 0, 16, 16); in dsi_set_pipe_plane_enable_state()
151 REG_READ(MIPI_PORT_CONTROL(pipe)); /* posted write? */ in dsi_set_pipe_plane_enable_state()
655 REG_WRITE(MIPI_PORT_CONTROL(pipe), in mdfld_dsi_dpi_set_power()
656 REG_READ(MIPI_PORT_CONTROL(pipe)) | BIT(31)); in mdfld_dsi_dpi_set_power()
657 REG_READ(MIPI_PORT_CONTROL(pipe)); in mdfld_dsi_dpi_set_power()
672 REG_WRITE(MIPI_PORT_CONTROL(pipe), in mdfld_dsi_dpi_set_power()
673 REG_READ(MIPI_PORT_CONTROL(pipe)) & ~BIT(31)); in mdfld_dsi_dpi_set_power()
674 REG_READ(MIPI_PORT_CONTROL(pipe)); in mdfld_dsi_dpi_set_power()
776 REG_WRITE(MIPI_PORT_CONTROL(0), 0x00000002); in mdfld_mipi_config()
777 REG_WRITE(MIPI_PORT_CONTROL(2), 0x80000000); in mdfld_mipi_config()
[all …]
Dmdfld_dsi_pkg_sender.c656 REG_WRITE(MIPI_PORT_CONTROL(pipe), mipi_val); in mdfld_dsi_pkg_sender_init()
657 REG_READ(MIPI_PORT_CONTROL(pipe)); in mdfld_dsi_pkg_sender_init()
Dmdfld_dsi_output.h131 #define MIPI_PORT_CONTROL(pipe) (CHECK_PIPE(pipe) ? MIPI_C : MIPI) macro