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

/u-boot/include/
H A Dphy-mipi-dphy.h134 * @hs_prepare:
143 unsigned int hs_prepare; member in struct:phy_configure_opts_mipi_dphy
150 * the beginning of @hs_prepare.
/u-boot/drivers/phy/
H A Dphy-core-mipi-dphy.c46 cfg->hs_prepare = 40000 + 4 * ui;
124 if (cfg->hs_prepare < (40000 + 4 * ui) ||
125 cfg->hs_prepare > (85000 + 6 * ui))
128 if ((cfg->hs_prepare + cfg->hs_zero) < (145000 + 10 * ui))
H A Dmeson-axg-mipi-dphy.c247 (DIV_ROUND_UP(priv->config.hs_prepare, temp) << 24));
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c243 u8 hs_prepare; member in struct:inno_mipi_dphy_timing
385 u32 hs_prepare, hs_trail, hs_zero, clk_lane_hs_zero, data_lane_hs_zero; local
487 hs_prepare = timings[i].hs_prepare;
502 T_HS_PREPARE_CNT(hs_prepare));

Completed in 165 milliseconds