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

/u-boot/include/
H A Dphy-mipi-dphy.h32 * from the end of @hs_trail to the beginning of @clk_trail.
116 * of @hs_trail or @clk_trail, to the start of the LP- 11
171 * @hs_trail:
180 unsigned int hs_trail; member in struct:phy_configure_opts_mipi_dphy
/u-boot/drivers/phy/
H A Dphy-core-mipi-dphy.c62 cfg->hs_trail = max(4 * 8 * ui, 60000 + 4 * 4 * ui);
138 if (cfg->hs_trail < max(8 * ui, 60000 + 4 * ui))
H A Dmeson-axg-mipi-dphy.c237 priv->config.hs_trail, temp) << 8) |
245 (DIV_ROUND_UP(priv->config.hs_trail, temp) << 8) |
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c246 u8 hs_trail; member in struct:inno_mipi_dphy_timing
385 u32 hs_prepare, hs_trail, hs_zero, clk_lane_hs_zero, data_lane_hs_zero; local
488 hs_trail = timings[i].hs_trail;
509 T_HS_TRAIL_CNT(hs_trail));

Completed in 100 milliseconds