Searched refs:MIPI_PORT_CONTROL (Results 1 – 3 of 3) sorted by relevance
154 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(2), 0x80000000); in mdfld_mipi_config()[all …]
660 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()
131 #define MIPI_PORT_CONTROL(pipe) (CHECK_PIPE(pipe) ? MIPI_C : MIPI) macro