Home
last modified time | relevance | path

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

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