Searched refs:hs_exit (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/
H A Dphy-mipi-dphy.h124 * @hs_exit:
131 unsigned int hs_exit; member in struct:phy_configure_opts_mipi_dphy
/u-boot/drivers/phy/
H A Dphy-core-mipi-dphy.c45 cfg->hs_exit = 100000;
121 if (cfg->hs_exit < 100000)
H A Dmeson-axg-mipi-dphy.c244 DIV_ROUND_UP(priv->config.hs_exit, temp) |
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c384 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; local
437 hs_exit = DIV_ROUND_UP(cfg->hs_exit, t_txbyteclkhs);
512 T_HS_EXIT_CNT_HI(hs_exit >> 5));
514 T_HS_EXIT_CNT_LO(hs_exit));

Completed in 46 milliseconds