Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dgeneric-phy-mipi-dphy.h267 unsigned long lp_clk_rate; member
/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy-mipi-dphy.h267 unsigned long lp_clk_rate; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c216 static u32 us2lp(u32 lp_clk_rate, unsigned long us) in us2lp() argument
218 return DIV_ROUND_UP(us * lp_clk_rate, USEC_PER_SEC); in us2lp()
258 cycles = us2lp(cfg->lp_clk_rate, cfg->wakeup); in nwl_dsi_config_host()
804 phy_opts->mipi_dphy.lp_clk_rate = rate; in nwl_dsi_get_dphy_params()
/OK3568_Linux_fs/kernel/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c211 do_div(tmp, dphy_opts->lp_clk_rate); /* ps */ in mixel_dphy_config_from_opts()
217 dphy_opts->lp_clk_rate, lp_t); in mixel_dphy_config_from_opts()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_mipi_dsi2.c261 unsigned long lp_clk_rate; member