Searched refs:horizontal_frontporch_byte (Results 1 – 1 of 1) sorted by relevance
438 u32 horizontal_frontporch_byte; in mtk_dsi_config_vdo_timing_per_frame_lp() local479 horizontal_frontporch_byte = vm->hfront_porch * dsi_tmp_buf_bpp - hfp_byte_adjust; in mtk_dsi_config_vdo_timing_per_frame_lp()481 horizontal_frontporch_byte) % dsi->lanes; in mtk_dsi_config_vdo_timing_per_frame_lp()494 horizontal_frontporch_byte |= FIELD_PREP(HFP_HS_EN, 1) | in mtk_dsi_config_vdo_timing_per_frame_lp()499 writel(horizontal_frontporch_byte, dsi->regs + DSI_HFP_WC); in mtk_dsi_config_vdo_timing_per_frame_lp()506 u32 horizontal_frontporch_byte; in mtk_dsi_config_vdo_timing_per_line_lp() local533 horizontal_frontporch_byte = vm->hfront_porch * dsi_tmp_buf_bpp; in mtk_dsi_config_vdo_timing_per_line_lp()534 horizontal_front_back_byte = horizontal_frontporch_byte + horizontal_backporch_byte; in mtk_dsi_config_vdo_timing_per_line_lp()538 horizontal_frontporch_byte -= data_phy_cycles_byte * in mtk_dsi_config_vdo_timing_per_line_lp()539 horizontal_frontporch_byte / in mtk_dsi_config_vdo_timing_per_line_lp()[all …]