Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dmipi-phy.c20 timing->clkpost = 70 + 52 * period; in mipi_dphy_timing_get_default()
68 if (timing->clkpost < (60 + 52 * period)) in mipi_dphy_timing_validate()
H A Dmipi-phy.h20 unsigned int clkpost; member
H A Ddsi.c370 DSI_TIMING_FIELD(timing->clkpost, period, 1) << 16 | in tegra_dsi_set_phy_timing()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dinno_mipi_phy.c143 unsigned int clkpost; member
281 timing->clkpost = 70 + 52 * period; in mipi_dphy_timing_get_default()
431 data.clk_post = DIV_ROUND_UP(timing.clkpost * txbyteclk, NSEC_PER_SEC); in inno_mipi_dphy_lane_timing_init()
H A Dinno_video_combo_phy.c279 unsigned int clkpost; member
355 timing->clkpost = 70000 + 52 * period; in mipi_dphy_timing_get_default()
478 clk_post = DIV_ROUND_UP(gotp.clkpost, t_txbyteclkhs); in inno_mipi_dphy_timing_init()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-mipi-dphy.c187 unsigned int clkpost; member
385 timing->clkpost = 200 + 52 * period / PSEC_PER_NSEC; in mipi_dphy_timing_get_default()
455 clk_post = DIV_ROUND_UP(gotp.clkpost * txbyteclk, NSEC_PER_SEC); in inno_mipi_dphy_timing_init()
H A Dphy-rockchip-inno-video-combo-phy.c179 unsigned int clkpost; member
263 timing->clkpost = 70000 + 52 * period; in mipi_dphy_timing_get_default()
362 clk_post = DIV_ROUND_UP(gotp.clkpost, t_txbyteclkhs); in inno_video_phy_mipi_mode_enable()