Searched refs:horizontal_frontporch_byte (Results 1 – 1 of 1) sorted by relevance
439 u32 horizontal_frontporch_byte; in mtk_dsi_config_vdo_timing_per_frame_lp() local480 horizontal_frontporch_byte = vm->hfront_porch * dsi_tmp_buf_bpp - hfp_byte_adjust; in mtk_dsi_config_vdo_timing_per_frame_lp()482 horizontal_frontporch_byte) % dsi->lanes; in mtk_dsi_config_vdo_timing_per_frame_lp()495 horizontal_frontporch_byte |= FIELD_PREP(HFP_HS_EN, 1) | in mtk_dsi_config_vdo_timing_per_frame_lp()500 writel(horizontal_frontporch_byte, dsi->regs + DSI_HFP_WC); in mtk_dsi_config_vdo_timing_per_frame_lp()507 u32 horizontal_frontporch_byte; in mtk_dsi_config_vdo_timing_per_line_lp() local534 horizontal_frontporch_byte = vm->hfront_porch * dsi_tmp_buf_bpp; in mtk_dsi_config_vdo_timing_per_line_lp()535 horizontal_front_back_byte = horizontal_frontporch_byte + horizontal_backporch_byte; in mtk_dsi_config_vdo_timing_per_line_lp()539 horizontal_frontporch_byte -= data_phy_cycles_byte * in mtk_dsi_config_vdo_timing_per_line_lp()540 horizontal_frontporch_byte / in mtk_dsi_config_vdo_timing_per_line_lp()[all …]