Home
last modified time | relevance | path

Searched refs:hsexit (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dmipi-phy.c29 timing->hsexit = 120; in mipi_dphy_timing_get_default()
95 if (timing->hsexit < 100) in mipi_dphy_timing_validate()
H A Dmipi-phy.h29 unsigned int hsexit; member
H A Ddsi.c363 value = DSI_TIMING_FIELD(timing->hsexit, period, 1) << 24 | in tegra_dsi_set_phy_timing()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dinno_mipi_phy.c152 unsigned int hsexit; member
290 timing->hsexit = 120; in mipi_dphy_timing_get_default()
430 data.hs_exit = DIV_ROUND_UP(timing.hsexit * txbyteclk, NSEC_PER_SEC); in inno_mipi_dphy_lane_timing_init()
H A Dinno_video_combo_phy.c288 unsigned int hsexit; member
364 timing->hsexit = 120000; in mipi_dphy_timing_get_default()
473 hs_exit = DIV_ROUND_UP(gotp.hsexit, t_txbyteclkhs); in inno_mipi_dphy_timing_init()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-mipi-dphy.c196 unsigned int hsexit; member
394 timing->hsexit = 120; in mipi_dphy_timing_get_default()
454 hs_exit = DIV_ROUND_UP(gotp.hsexit * txbyteclk, NSEC_PER_SEC); in inno_mipi_dphy_timing_init()
H A Dphy-rockchip-inno-video-combo-phy.c188 unsigned int hsexit; member
272 timing->hsexit = 120000; in mipi_dphy_timing_get_default()
357 hs_exit = DIV_ROUND_UP(gotp.hsexit, t_txbyteclkhs); in inno_video_phy_mipi_mode_enable()