Searched refs:hs_zero (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/
H A Dphy-mipi-dphy.h183 * @hs_zero:
188 unsigned int hs_zero; member in struct:phy_configure_opts_mipi_dphy
/u-boot/drivers/phy/
H A Dphy-core-mipi-dphy.c47 cfg->hs_zero = 105000 + 6 * ui;
128 if ((cfg->hs_prepare + cfg->hs_zero) < (145000 + 10 * ui))
H A Dmeson-axg-mipi-dphy.c245 (DIV_ROUND_UP(priv->config.hs_zero, temp) << 16) |
/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.h82 unsigned int hs_zero);
H A Dexynos_mipi_dsi_lowlevel.c539 unsigned int hs_zero)
546 reg |= ((hs_zero & 0xf) << DSIM_ZEROCTRL_SHIFT);
538 exynos_mipi_dsi_hs_zero_ctrl(struct mipi_dsim_device *dsim, unsigned int hs_zero) argument
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c385 u32 hs_prepare, hs_trail, hs_zero, clk_lane_hs_zero, data_lane_hs_zero; local
495 hs_zero = clk_lane_hs_zero;
497 hs_zero = data_lane_hs_zero;
505 T_HS_ZERO_CNT_HI(hs_zero >> 6));
507 T_HS_ZERO_CNT_LO(hs_zero));

Completed in 68 milliseconds