Lines Matching refs:pipe

589 								int pipe)  in mdfld_dsi_pkg_sender_init()  argument
596 const struct psb_offset *map = &dev_priv->regmap[pipe]; in mdfld_dsi_pkg_sender_init()
618 pkg_sender->pipe = pipe; in mdfld_dsi_pkg_sender_init()
632 pkg_sender->mipi_intr_stat_reg = MIPI_INTR_STAT_REG(pipe); in mdfld_dsi_pkg_sender_init()
633 pkg_sender->mipi_lp_gen_data_reg = MIPI_LP_GEN_DATA_REG(pipe); in mdfld_dsi_pkg_sender_init()
634 pkg_sender->mipi_hs_gen_data_reg = MIPI_HS_GEN_DATA_REG(pipe); in mdfld_dsi_pkg_sender_init()
635 pkg_sender->mipi_lp_gen_ctrl_reg = MIPI_LP_GEN_CTRL_REG(pipe); in mdfld_dsi_pkg_sender_init()
636 pkg_sender->mipi_hs_gen_ctrl_reg = MIPI_HS_GEN_CTRL_REG(pipe); in mdfld_dsi_pkg_sender_init()
637 pkg_sender->mipi_gen_fifo_stat_reg = MIPI_GEN_FIFO_STAT_REG(pipe); in mdfld_dsi_pkg_sender_init()
638 pkg_sender->mipi_data_addr_reg = MIPI_DATA_ADD_REG(pipe); in mdfld_dsi_pkg_sender_init()
639 pkg_sender->mipi_data_len_reg = MIPI_DATA_LEN_REG(pipe); in mdfld_dsi_pkg_sender_init()
640 pkg_sender->mipi_cmd_addr_reg = MIPI_CMD_ADD_REG(pipe); in mdfld_dsi_pkg_sender_init()
641 pkg_sender->mipi_cmd_len_reg = MIPI_CMD_LEN_REG(pipe); in mdfld_dsi_pkg_sender_init()
646 if (mdfld_get_panel_type(dev, pipe) != TC35876X) { in mdfld_dsi_pkg_sender_init()
653 if (pipe == 0) in mdfld_dsi_pkg_sender_init()
656 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()
660 mdfld_dsi_controller_init(dsi_config, pipe); in mdfld_dsi_pkg_sender_init()