Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin960/
H A Ddw_drm_dsi.c164 u32 unit_tx_byte_clk_hs = 0; in get_dsi_phy_ctrl() local
335 unit_tx_byte_clk_hs = 8 * ui; in get_dsi_phy_ctrl()
351 clk_t_hs_trial = 600 * accuracy + 3 * unit_tx_byte_clk_hs + in get_dsi_phy_ctrl()
373 8 * ui + 3 * unit_tx_byte_clk_hs + in get_dsi_phy_ctrl()
399 3 * unit_tx_byte_clk_hs + in get_dsi_phy_ctrl()
412 3 * unit_tx_byte_clk_hs + in get_dsi_phy_ctrl()
415 phy_ctrl->clk_pre_delay = DIV_ROUND_UP(clk_pre_delay, unit_tx_byte_clk_hs); in get_dsi_phy_ctrl()
417 DIV_ROUND_UP(clk_t_hs_prepare, unit_tx_byte_clk_hs); in get_dsi_phy_ctrl()
418 phy_ctrl->clk_t_lpx = DIV_ROUND_UP(clk_t_lpx, unit_tx_byte_clk_hs); in get_dsi_phy_ctrl()
419 phy_ctrl->clk_t_hs_zero = DIV_ROUND_UP(clk_t_hs_zero, unit_tx_byte_clk_hs); in get_dsi_phy_ctrl()
[all …]