Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/hisilicon/kirin/
Ddw_drm_dsi.c48 u32 clk_t_wakeup; member
265 phy->clk_t_wakeup = ROUND(1000000, (ref_clk_ps / 1000) - 1); in dsi_get_phy_params()
266 if (phy->clk_t_wakeup > 0xff) in dsi_get_phy_params()
267 phy->clk_t_wakeup = 0xff; in dsi_get_phy_params()
268 phy->data_t_wakeup = phy->clk_t_wakeup; in dsi_get_phy_params()
391 dsi_phy_tst_set(base, CLK_TWAKEUP, phy->clk_t_wakeup); in dsi_set_mipi_phy()